socket.SO_REUSEADDR
Ng Pheng Siong
ngps at madcap.dyndns.org
Thu Apr 20 12:03:17 EDT 2000
More information about the Python-list mailing list
Thu Apr 20 12:03:17 EDT 2000
- Previous message (by thread): socket.SO_REUSEADDR
- Next message (by thread): socket.SO_REUSEADDR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
According to Michael Ströder <michael.stroeder at inka.de>: > self.socket.setsockopt( > socket.getprotobyname('tcp'), > socket.SO_REUSEADDR,1 > ) Michael, self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) Cheers. -- Ng Pheng Siong <ngps at post1.com> * http://www.post1.com/home/ngps
- Previous message (by thread): socket.SO_REUSEADDR
- Next message (by thread): socket.SO_REUSEADDR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list