[Bug 260119] [sctp] Not inheriting the DSCP/TOS socket option
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260119] [sctp] Not inheriting the DSCP/TOS socket option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Nov 2021 14:33:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260119 --- Comment #1 from Albin <albin.hellqvist@ericsson.com> --- Created attachment 229794 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229794&action=edit Test files for reproducing the issue I added some tests if it helps. They can be compiled using: g++ -o client client.cpp utils.cpp g++ -o server server.cpp utils.cpp I have tested it in VMs with the SCTP module enabled. I have also added alias addresses to the loopback interface so that I could run both the server and client over the loopback interface. These alias addresess were added: 127.0.0.2 127.0.0.3 127.0.0.4 127.0.0.5 127.0.0.6 127.0.0.7 ::2 ::3 ::4 ::5 ::6 ::7 The test can be started using: ./server --poll --ipv4 --sctp --test-dscp ./client --poll --ipv4 --sctp --test-dscp IPv6 as well as TCP can be tested as well to compare the behavior. -- You are receiving this mail because: You are the assignee for the bug.