mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Fix TCP and UDP listener behavior
This commit is contained in:
@ -1069,6 +1069,7 @@ SOCK *ListenEx(UINT port, bool local_only);
|
||||
SOCK *ListenEx2(UINT port, bool local_only, bool enable_ca, IP *listen_ip);
|
||||
SOCK *ListenEx6(UINT port, bool local_only);
|
||||
SOCK *ListenEx62(UINT port, bool local_only, bool enable_ca);
|
||||
SOCK *ListenEx63(UINT port, bool local_only, bool enable_ca, IP *listen_ip);
|
||||
SOCK *Accept(SOCK *sock);
|
||||
SOCK *Accept6(SOCK *sock);
|
||||
UINT Send(SOCK *sock, void *data, UINT size, bool secure);
|
||||
|
Reference in New Issue
Block a user