CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/30 03:42:24
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAY
before calling connect(). This way it happens for sure and on top the TOS
is already set on the initial SYN.
OK tb@
