Fix data channel fragmentation

This commit is contained in:
vemax78
2014-12-28 20:49:21 +01:00
parent 0c27172ca6
commit 21ffd7cd23
6 changed files with 65 additions and 60 deletions

View File

@ -68,7 +68,7 @@ application: {
#binding = "eth1";
#listen = "";
transport = "udp";
mtu = 1500;
mtu = 1400;
};
};

View File

@ -121,7 +121,7 @@ application: {
#listen = "";
#port = 0;
transport = "udp";
mtu = 1500;
mtu = 1400;
};
acdiscovery: {