Re: Bizarre x86 segment layout problem causing select() slowdown: solved, sort of
Re: Bizarre x86 segment layout problem causing select() slowdown: solved, sort of
- Subject: Re: Bizarre x86 segment layout problem causing select() slowdown: solved, sort of
- From: Dave Hayden <email@hidden>
- Date: Wed, 7 Feb 2007 10:49:23 -0800
On Feb 7, 2007, at 10:34 AM, Dave Hayden wrote:
Looking at the code again, I noticed this in the socket setup code:
setsockopt(sock, SOL_SOCKET, SO_RCVBUF, (void*)32768, sizeof(int));
I'm a bonehead. Thanks, Lance!
For those what missed it, you don't pass in the value itself, you
pass a pointer to the value.
-D
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden