CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/04 02:20:05
Modified files:
sys/netinet : tcp_input.c
Log message:
Clean up gotos for listening sockets to make it obvious when packets
are dropped and when normal program flow occurs.
Change error return value of syn_cache_add() from 0 to -1 in order
to clearly communicate intent.
ok claudio@
