CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2023/11/16 11:27:48

Modified files:
        sys/netinet    : tcp_input.c tcp_usrreq.c tcp_var.h 

Log message:
Run TCP SYN cache timer logik without net lock.

Introduce global TCP SYN cache mutex.  Devide timer function in
parts protected by mutex and sending with netlock.  Split the flags
field in dynamic flags protected by mutex and fixed flags set during
initialization.  Document whether fields of struct syn_cache are
protected by net lock or mutex.

input and OK sashan@

Reply via email to