summaryrefslogtreecommitdiff
path: root/libs/enet/protocol.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-07Replaced ENet with submoduleThorbjørn Lindeijer1-1829/+0
This also updates ENet from 1.3.2 to 1.3.18. The previously supported WITH_BUNDLEDHEADERS option that affected which ENet was being used has now been reversed and renamed to USE_SYSTEM_ENET, which defaults to OFF for now.
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, ↵Bernd Wachter1-2/+2
enforced by -std=c++0x Reviewed-by: Thorbjørn Lindeijer
2011-05-31Updating ENet to version 1.3.2Stefan Dombrowski1-17/+152
Source: http://enet.bespin.org/download/enet-1.3.2.tar.gz
2011-03-15Updating enet to version 1.3.1Stefan Dombrowski1-28/+51
This makes the connection much more reliable.
2010-08-15Add enet filesBernd Wachter1-0/+1671