No problem. I've committed to HEAD and will look at an MFC, possibly for 7.0.
I need to get Randall to OK the sctp tweaks first though (CC'd).
Improved responsiveness is slightly surprising, but not impossible if Firefox
expects shutdown() to return quickly after canceling a connection, and
therefore does it from a thread used for interactive stuff such as rendering.
Previously, shutdown() might block waiting on an outstanding I/O to complete
or time out, so if it was called from an interactive thread it might lead to
apparent non-responsiveness.
Thanks,
Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"