TCP is still broken

2003-02-26 Thread Tim Robbins
This program, based on one from the Apache 2 configure script, still causes -current to lock up solid despite the recent bug fixes to the tcptw code. Explicitly closing connected_s before returning from main() seems to avoid the problem. #include stdio.h #include unistd.h #include sys/types.h

Re: TCP is still broken

2003-02-26 Thread Jonathan Lemon
In article local.mail.freebsd-current/[EMAIL PROTECTED] you write: This program, based on one from the Apache 2 configure script, still causes -current to lock up solid despite the recent bug fixes to the tcptw code. Explicitly closing connected_s before returning from main() seems to avoid the