Re: [netsniff-ng] [PATCH 2/2] mausezahn: Support -R to set packet priority

2019-10-04 Thread Tobias Klauser
On 2019-10-01 at 18:40:11 +0200, Petr Machata wrote: > Add a command line option -R to specify SO_PRIORITY socket option. This > then sets priority of the generated SKBs, which is handy for testing Qdiscs > and other priority-dependent functionality. > > Signed-off-by: Petr Machata Both

[netsniff-ng] [PATCH 2/2] mausezahn: Support -R to set packet priority

2019-10-01 Thread Petr Machata
Add a command line option -R to specify SO_PRIORITY socket option. This then sets priority of the generated SKBs, which is handy for testing Qdiscs and other priority-dependent functionality. Signed-off-by: Petr Machata --- mausezahn.8 | 6 ++ staging/layer3.c| 9 +