virtualx-engine/thirdparty/enet
Tarik02 bb3089895c Implement function enet_socket_set_option using ENetSocket class's methods.
Implemented options:
 - ENET_SOCKOPT_NONBLOCK
 - ENET_SOCKOPT_BROADCAST
 - ENET_SOCKOPT_REUSEADDR
 - ENET_SOCKOPT_NODELAY
Not implemented options:
 - ENET_SOCKOPT_RCVBUF
 - ENET_SOCKOPT_SNDBUF
 - ENET_SOCKOPT_RCVTIMEO
 - ENET_SOCKOPT_SNDTIMEO
2019-04-26 22:23:52 +03:00
..
enet Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
callbacks.c enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
compress.c enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
godot.cpp Implement function enet_socket_set_option using ENetSocket class's methods. 2019-04-26 22:23:52 +03:00
host.c Convert ENetAddress host to 16 bytes to accomote IPv6 2017-03-08 21:16:26 +01:00
LICENSE enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
list.c enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
packet.c enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
peer.c enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
protocol.c Convert ENetAddress host to 16 bytes to accomote IPv6 2017-03-08 21:16:26 +01:00