https://bugzilla.mindrot.org/show_bug.cgi?id=3958

            Bug ID: 3958
           Summary: Dynamic forwarding isn't marked as bulk traffic
           Product: Portable OpenSSH
           Version: 10.3p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

I'm not sure if this omission is intentional or a bug, but dynamic port
forwards aren't being marked as bulk traffic. This means dynamic
forwarding will get the wrong IPQoS value.

The pattern match for bulk traffic is: (line 87 of channels.c)

#define CHANNEL_BULK_NOTTY     
"direct-*,forwarded-*,tun-*,x11-*,session*"

But the type for port forwards with -D is: (line 2044 of channels.c)

                rtype = "dynamic-tcpip";

This doesn't match any of the expressions listed in CHANNEL_BULK_NOTTY.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to