Re: Writing on a common socket from multiple threads
Re: Writing on a common socket from multiple threads
- Subject: Re: Writing on a common socket from multiple threads
- From: Nathan Sims <email@hidden>
- Date: Wed, 01 Jun 2011 17:22:39 -0700
On Jun 1, 2011, at 5:16 PM, Nathan Sims wrote:
> ip_socket = socket(AF_INET,SOCK_STREAM,0);
>
Typo, that was intended to be:
ip_socket = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden