mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
No description
4faa11a243
On connect the MTU sent by the client gets stored and sent back unchanged if within minimum and maximum of the protocol. Then on verify connect a test is done if the returned MTU is smaller than the current MTU and if so gets adjusted. So as long as the MTU is within boundaries only the client specified MTU is relevant. This patch adds a check for smaller MTU on server side. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> |
||
---|---|---|
docs | ||
include/enet | ||
m4 | ||
callbacks.c | ||
ChangeLog | ||
CMakeLists.txt | ||
compress.c | ||
configure.ac | ||
Doxyfile | ||
DoxygenLayout.xml | ||
enet.dsp | ||
enet_dll.cbp | ||
host.c | ||
libenet.pc.in | ||
LICENSE | ||
list.c | ||
Makefile.am | ||
packet.c | ||
peer.c | ||
premake4.lua | ||
protocol.c | ||
README | ||
unix.c | ||
win32.c |
Please visit the ENet homepage at http://sauerbraten.org/enet/ for installation and usage instructions. If you obtained this package from github, the quick description on how to build is: # Generate the build system. autoreconf -vfi # Compile and install the library. ./configure && make && make install