Re: [Python-Dev] reuse of address default value (was Re: [Python-checkins] CVS: python/dist/src/Lib SocketServer.py)

Dec. 15, 2000
2:26 p.m.
Well, actually there's a pretty good reason for the "port in use" behaviour: the TCP standard more-or-less requires it. A srchost/srcport/dsthost/dstport combination should not be reused until the maximum TTL has passed, because there may still be "old" retransmissions around. Especially the "open" packets are potentially dangerous. Setting the reuse bit while you're debugging is fine, but setting it in general is not a very good idea... -- Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.oratrix.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.htm
8859
Age (days ago)
8859
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jack Jansen