[Bug 180] [PATCH] sshd sets no ToS bit on connections with IPv4-mapped IPv6 addresses

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Apr 26 17:50:54 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=180





------- Additional Comments From markus at openbsd.org  2002-04-26 17:50 -------
This is what itojun wrote:

        On many systems, IP_TOS setsockopt on AF_INET6 socket does not work.
        This is because there is no standard behavior defined for
        setsockopt(IP_TOS) over AF_INET6 socket.

        Therefore, you will want to take either of the following routes:
        - apply the submitted patch itself, and ignore error returns
          at setsockopt(IP_TOS)
        - do not apply the patch, and convert IPv4-mapped address into
          normal IPv4 address before opening socket (hence we will use
          it as normal IPv4 address on AF_INET socket).




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list