CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/09/14 06:55:17

Modified files:
        sys/netinet    : in_pcb.c in_pcb.h 

Log message:
In general it is a bad idea to use one random secret for two things.
The inet PCB uses one hash with local and foreign addresses, and
one with local port numbers.  Give both hashes separate keys.  Also
document the struct fields.
OK visa@

Reply via email to