Re: [Qemu-devel] slirp, incoming packets get truncated

2019-09-09 Thread Chris Heinze
gth 8000 ...with mtu 9000 everywhere. mtu is l2, and complete frame size i assume, so: ip header = 20B, dst-mac + src-mac = 12B great, thanx 1e6! -- Mit freundlichen Grüßen / Kind regards, Chris Heinze *Network-/System-/DevOps-Engineer* *PreciBake GmbH* Gollierstr. 70 80339 München Deutschla

Re: [Qemu-devel] slirp, incoming packets get truncated

2019-09-06 Thread Chris Heinze
avoid) i'd assume the mtu). afaik even with ppp mru is just used to signal a max mtu to set to the peer. -- Mit freundlichen Grüßen / Kind regards, Chris Heinze *Network-/System-/DevOps-Engineer* *PreciBake GmbH* Gollierstr. 70 80339 München Deutschland / Germany *P:* +49-(0)-89-2154895-30 <

[Qemu-devel] slirp, incoming packets get truncated

2019-09-03 Thread Chris Heinze
UDP, bad length 9000 > 1472 these packets obviously are truncated to 1472 bytes. i tried to change slirp/src/if.h to: #define IF_MTU 9000 #define IF_MRU 9000 but the resulting qemu-system-x86_64 binary did not behave differently. -- Mit freundlichen Grüßen / Kind regards, Chris Heinze *N