Skip to content
Snippets Groups Projects
Commit 5a09b307 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

reduce UDP payload size to 1232

This patch reduces the maximal payload of all UDP stream to 1232 bytes.
This value is computed from the minimal MTU requested by rfc 2460
to support IPv6.
This value ensures that common networks (going to IPv6) support
a large enough packet size to be efficient, but a minimal size to
not be fragmented. This last case has a great incidence on packet drop
and reordering and validated by heuristic.

Change-Id: Icee79bb25b2fdcc70fef3efb4527209f8309be61
Tuleap: #887
parent 053ab26f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment