diff options
| author | Andreas Schneider <asn@samba.org> | 2015-08-11 12:11:16 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2015-08-11 13:58:45 +0200 |
| commit | 6ece682ee36794aebd08503c60ecb1797c04849f (patch) | |
| tree | 4ad909eecb4ca771516633d4962bb479a7f46a38 /doc/socket_wrapper.1.txt | |
| parent | c2d26a8dbd89d3db32461061e0b33df4f3eb87a1 (diff) | |
| download | socket_wrapper-6ece682ee36794aebd08503c60ecb1797c04849f.tar.gz socket_wrapper-6ece682ee36794aebd08503c60ecb1797c04849f.tar.xz socket_wrapper-6ece682ee36794aebd08503c60ecb1797c04849f.zip | |
swrap: Add enviornment variable to specify mtu size
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'doc/socket_wrapper.1.txt')
| -rw-r--r-- | doc/socket_wrapper.1.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/socket_wrapper.1.txt b/doc/socket_wrapper.1.txt index 2ab330e..f4e82a8 100644 --- a/doc/socket_wrapper.1.txt +++ b/doc/socket_wrapper.1.txt @@ -1,6 +1,6 @@ socket_wrapper(1) ================= -:revdate: 2014-07-09 +:revdate: 2015-08-11 NAME ---- @@ -52,6 +52,13 @@ SOCKET_WRAPPER_PCAP_FILE=/path/to/file.pcap, socket_wrapper will dump all your network traffic to the specified file. After the test has been finished you're able to open the file for example with Wireshark. +*SOCKET_WRAPPER_MTU*:: + +With this variable you can change the MTU size. However we do not recomment to +do that as the default size of 1500 byte is best for formatting PCAP files. + +The minimum value you can set is 512 and the maximum 32768. + *SOCKET_WRAPPER_DEBUGLEVEL*:: If you need to see what is going on in socket_wrapper itself or try to find a |
