summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-23 11:50:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-23 11:50:49 +0000
commit11d24685fbd0b32c19bab01c0644dd9d5ea25315 (patch)
tree5797509bd8e3d5c3cec4cac6d38ba2297f8fbb7a /test
parentc70e57f5b9bf450aeb039d558e85fe0b1fab41d9 (diff)
Set output MTU for listening sockets
Diffstat (limited to 'test')
-rw-r--r--test/l2test.c1
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;