cvs commit: src/sys/netinet tcp_timer.c

Robert Watson rwatson at FreeBSD.org
Sun Jun 4 11:42:00 UTC 2006


On Sat, 3 Jun 2006, Robert Watson wrote:

>  While here, fixing up some RUNLOCK->WUNLOCK bugs.

FYI, this is not a functional change, as we currently maintain macros that 
distinguish read/write operations on the pcbinfo, but the underlying 
implementation uses a mutex.  At some point, an interesting experiment might 
be to try using rwlocks, but the implementation will likely need some 
massaging since the macro-ized read/write distinction has never been tested.

Robert N M Watson


More information about the cvs-src mailing list