Re: BSD socket oddity with SO_REUSEADDR
Re: BSD socket oddity with SO_REUSEADDR
- Subject: Re: BSD socket oddity with SO_REUSEADDR
- From: Aaron Ballman <email@hidden>
- Date: Tue, 15 Jul 2003 15:41:28 -0500
::smacks forehead and does the duh dance ::
Figured out what the issue is. When calling accept, it returns a new
file descriptor to you which has the live connection. Well.. if you
forget to close the OLD file descriptor then you'll run into things
like this.
Thanks for being here to watch me figure out my silly mistake. ;-)
~Aaron
--
Handy UNIX Commands:
sudo grep -e "My mind" -H -r /
mv /mnt/fuji /mnt/everest
mv "Ignorance" /dev/null
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.