SO_REUSEADDR is also something you set at the socket API as I recall.
So I don't think it's something you can just set on the TCP/IP itself
as a global setting.

On Fri, Feb 25, 2011 at 1:41 PM, Les Mikesell <lesmikes...@gmail.com> wrote:
> Those settings shouldn't make a big difference in how the number of
> connections scale up, though.  There is a theoretical maximum rate limit for
> creating new connections as each socket is supposed to sit in TIME_WAIT for
> a packet round-trip time to ensure that nothing outstanding will collide
> with that socket number when it is reused for the same IP address.  Maybe
> your test is hitting that limit.  Can you set SO_REUSEADDR?


-- 
Omnem crede diem tibi diluxisse supremum.

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to