Bug 357

Summary: Socket::Listen takes a queueLimit argument but it can't be used
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: networkAssignee: 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
 
Comment 1 Mathieu Lacage 2008-09-19 13:23:13 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.
Comment 2 Mathieu Lacage 2008-10-20 03:25:06 UTC
Created attachment 269 [details]
proposed patch