[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#643312: openssh-client: IPQoS option ignored for AF_INET since 5.9p1-1



Package: openssh-client
Version: 1:5.9p1-1
Severity: normal

Since version 1:5.9p1-1 the IPQoS option is ignored for AF_INET sockets.
Running ssh -F /dev/null -vvv -o IPQoS=lowdelay somehost true gives
this.

debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug1: Sending command: true

Downgrading just openssh-client to 1:5.8p1-7 gives this.

debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x10
debug1: Sending command: true

Unfortunately I cannot tell you precisely what broke. Looking at the
binary I can see that the relevant log message is contained, so the
relevant code is still present in the binary.

Helmut



Reply to: