|
Bugzilla – Full Text Bug Listing |
| Summary: | tcp-impl doesn't invoke NotifySend () even though app is blocked | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Florian Westphal <fw-ns3> |
| Component: | internet | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 227 | ||
| Attachments: | Suggested Fix: set m_wouldBlock to false before invoking the callback. | ||
|
Description
Florian Westphal
2008-06-18 15:06:26 UTC
Created attachment 172 [details]
Suggested Fix: set m_wouldBlock to false before invoking the callback.
This looks right, thanks Florian. This looks ready to push to me. |