Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
djq2
ECE 428 - Distributed Systems
Commits
323f3b7b
Commit
323f3b7b
authored
Mar 04, 2022
by
djq2
Browse files
Can no longer proceed
parent
ff237700
Changes
1
Hide whitespace changes
Inline
Side-by-side
mp1/Node.cpp
View file @
323f3b7b
...
...
@@ -364,10 +364,9 @@ void Node::check_for_deliverables(){
// ISIS protocol
void
Node
::
isis_sender
(
std
::
string
message_
){
b_multicast
(
message_
);
Message
msg
=
Message
(
message_
);
Message
msg
(
message_
);
int
count
=
0
;
sent
.
insert
(
std
::
pair
<
std
::
string
,
std
::
pair
<
Message
,
int
>>
(
msg
.
get_id
(),
std
::
pair
<
Message
,
int
>
(
msg
,
count
)));
check_for_deliverables
();
sent
.
insert
(
std
::
pair
<
std
::
string
,
std
::
pair
<
Message
,
int
>>
(
msg
.
get_id
(),
std
::
pair
<
Message
,
int
>
(
msg
,
0
)));
}
void
Node
::
isis_reciever
(
std
::
string
message_
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment