diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-23 11:50:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-23 11:50:49 +0000 |
commit | 11d24685fbd0b32c19bab01c0644dd9d5ea25315 (patch) | |
tree | 5797509bd8e3d5c3cec4cac6d38ba2297f8fbb7a /test/l2test.c | |
parent | c70e57f5b9bf450aeb039d558e85fe0b1fab41d9 (diff) |
Set output MTU for listening sockets
Diffstat (limited to 'test/l2test.c')
-rw-r--r-- | test/l2test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/l2test.c b/test/l2test.c index 733c0524..59571149 100644 --- a/test/l2test.c +++ b/test/l2test.c @@ -348,6 +348,7 @@ static void do_listen(void (*handler)(int sk)) } /* Set new options */ + opts.omtu = omtu; opts.imtu = imtu; if (flowctl) opts.mode = 2; |