Download raw body.
bgpd: rtr set TOS and TCP_NODELAY before connect
On Mon, Sep 30, 2024 at 11:09:03AM +0200, Claudio Jeker wrote: > Move the setsockopts() for the rtr sockets up before calling connect(). > Right now those functions are probably never called because connect() > returns EWOULDBLOCK and exits early. > > Also it makes sense to use the right TOS already for the inital SYN > packet. ok tb
bgpd: rtr set TOS and TCP_NODELAY before connect