CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/02/07 21:40:50
Modified files: usr.bin/netstat: inet.c sys/netinet : tcp_input.c tcp_var.h Log message: Count dropped SYN packets on the tcpstat. They are dropped due to the listen queue (backlog) limit or the memory shortage in syn-cache. ok henning reyk claudio