Bug 2750 - NotifyNormalClose() is called even upon error conditions
NotifyNormalClose() is called even upon error conditions
Status: PATCH WANTED
Product: ns-3
Classification: Unclassified
Component: tcp
unspecified
All All
: P3 normal
Assigned To: natale.patriciello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-06-03 17:33 EDT by Tom Henderson
Modified: 2017-06-03 17:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2017-06-03 17:33:03 EDT
The use of TcpSocketBase::CloseAndNotify() should be audited; there are several instances in which this method is called after a RST or exception is handled, and sometimes both NotifyNormalClose() and NotifyErrorClosed() are called.