Our DTLS ENet implementation has always been quite hacky and experimental since ENet itself lacks a proper API for DTLS. This commit adds two more DTLS methods to our builtin ENet to allow peer-connections lifecycle management for the DTLS server. This means the DTLS server is now notified (by our module) when ENet accepts or disconnects a peer, allowing it to handle timeouts and higher-level disconnections. |
||
|---|---|---|
| .. | ||
| enet | ||
| patches | ||
| callbacks.c | ||
| compress.c | ||
| enet_godot.cpp | ||
| host.c | ||
| LICENSE | ||
| list.c | ||
| packet.c | ||
| peer.c | ||
| protocol.c | ||