Re: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h

2006-04-01 Thread Robert Watson
On Sun, 2 Apr 2006, Peter Jeremy wrote: On Sat, 2006-Apr-01 16:36:37 +, Robert Watson wrote: - Annotate the existence of a long-standing race in the TCP timer code, in which timers are stopped but not drained when the socket is freed, as waiting for drain may lead to deadlocks, or h

Re: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h

2006-04-01 Thread Peter Jeremy
On Sat, 2006-Apr-01 16:36:37 +, Robert Watson wrote: > - Annotate the existence of a long-standing race in the TCP timer code, >in which timers are stopped but not drained when the socket is freed, >as waiting for drain may lead to deadlocks, or have to occur in a >context where wa

cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h

2006-04-01 Thread Robert Watson
rwatson 2006-04-01 16:36:37 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h Log: Update TCP for infrastructural changes to the socket/pcb refcount model, pru_abort(), pru_detach(