|
Bugzilla – Full Text Bug Listing |
| Summary: | TcpYeah SigFPE | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | tcp | Assignee: | natale.patriciello |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Fixing the bug | ||
Fixed in 13317:1f30fbc61f0e |
Created attachment 3040 [details] Fixing the bug In case BytesInFlight is 0, in TcpYeah there is a floating point exception. This patch fixes it.