diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-07-13 19:35:57 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-07-14 14:10:18 +0200 |
commit | 32fbe37ab4d0f654fc4625bda018d157e0987ab2 (patch) | |
tree | 11a8f0e765c7b52f7b32c3d849c8b288b793b8ac /thirdparty/enet/patches/dtls_support.patch | |
parent | 7ec5c917d143783c04a2816d3da7ebc48d47816b (diff) |
Reorganize ENet pactches.
Diffstat (limited to 'thirdparty/enet/patches/dtls_support.patch')
-rw-r--r-- | thirdparty/enet/patches/dtls_support.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/thirdparty/enet/patches/dtls_support.patch b/thirdparty/enet/patches/dtls_support.patch deleted file mode 100644 index ce3480a858..0000000000 --- a/thirdparty/enet/patches/dtls_support.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/thirdparty/enet/enet/enet.h b/thirdparty/enet/enet/enet.h -index 966e3a465d..ac7552adb2 100644 ---- a/thirdparty/enet/enet/enet.h -+++ b/thirdparty/enet/enet/enet.h -@@ -578,6 +578,8 @@ ENET_API void enet_host_channel_limit (ENetHost *, size_t); - ENET_API void enet_host_bandwidth_limit (ENetHost *, enet_uint32, enet_uint32); - extern void enet_host_bandwidth_throttle (ENetHost *); - extern enet_uint32 enet_host_random_seed (void); -+ENET_API void enet_host_dtls_server_setup (ENetHost *, void *, void *); -+ENET_API void enet_host_dtls_client_setup (ENetHost *, void *, uint8_t, const char *); - - ENET_API int enet_peer_send (ENetPeer *, enet_uint8, ENetPacket *); - ENET_API ENetPacket * enet_peer_receive (ENetPeer *, enet_uint8 * channelID); |