TCP socket shutdown race condition

Mike Silbersack silby at silby.com
Fri Aug 1 21:59:10 PDT 2003


On Fri, 1 Aug 2003, Don Bowman wrote:

> >         u_short ui_ref;                 /* reference count */
> > };
> >
>
> We are pushing in the ~50-~70K TCP connections to this process.
>
> I think i see what you are suggesting :)
>
> --don

Bingo.  Change that u_short to a u_int, and see if that causes your
problems to go away.

Mike "Silby" Silbersack


More information about the freebsd-net mailing list