Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ca1f006b
Commit
ca1f006b
authored
Sep 11, 2006
by
Robert Ricci
Browse files
If we seem to have gotten a SYNACK out of order, treat it as okay and
just set the state to ESTABLISHED.
parent
b61bcf63
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/magent/StateSensor.cc
View file @
ca1f006b
...
...
@@ -78,7 +78,8 @@ void StateSensor::localAck(PacketInfo * packet)
else
if
(
packet
->
tcp
->
syn
&&
packet
->
tcp
->
ack
)
{
logWrite
(
ERROR
,
"Received a SYNACK packet out of order"
);
ackValid
=
false
;
//ackValid = false;
state
=
ESTABLISHED
;
}
calculateSaturated
(
packet
);
}
...
...
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