Menu

#8 Set SO_REUSEADDR on server socket

closed
nobody
None
5
2008-10-22
2008-03-28
Anonymous
No

NTLMAPS does not set SO_REUSEADDR when creating the server socket, so you have to wait for TIME_WAIT status to expire before restarting it.

The attached patch allows you to restart it immediately.

Discussion

  • Nobody/Anonymous

    Diff to server.py

     
  • Matt Domsch

    Matt Domsch - 2008-10-22
    • status: open --> closed
     

Log in to post a comment.