From: sievanen@ajk.tele.fi (Markku Sievanen) Subject: Socket freezing ? Date: 17 May 1993 06:33:06 GMT
Hi,
I have problems with socket freezing. I have some code using datagram socket
(UDP) interface. After a non-clean exit (kill the program) I cannot start
my program anymore, because of the bind () -call fails to that datagram socket.
The bind()-call returns "address allready in use". I have tried to set socket
SO_REUSEADDR-option with setsockopt(), but that doesn't help. The only help is
"rebooting". I am using kernel 99.7 and net-1 code.
Any ideas?