|
Bugzilla – Full Text Bug Listing |
| Summary: | Socket::Listen takes a queueLimit argument but it can't be used | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | network | Assignee: | Craig Dowell <craigdo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposed patch | ||
|
Description
Mathieu Lacage
2008-09-19 13:21:56 UTC
the reason this argument can't be used is that the socket API uses accept callbacks so, it is the application which is responsible for buffering incoming connection requests, not the Socket implementation. I would like to remove the queueLimit argument of the listen call. Created attachment 269 [details]
proposed patch
|