mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-19 09:49:21 +03:00
Cedar: change ProtoHandleConnection() so that it supports direct protocol specification
This commit is contained in:
@ -68,7 +68,7 @@ void ProtoDeleteSession(PROTO_SESSION *session);
|
||||
bool ProtoSetListenIP(PROTO *proto, const IP *ip);
|
||||
bool ProtoSetUdpPorts(PROTO *proto, const LIST *ports);
|
||||
|
||||
bool ProtoHandleConnection(PROTO *proto, SOCK *sock);
|
||||
bool ProtoHandleConnection(PROTO *proto, SOCK *sock, const char *protocol);
|
||||
void ProtoHandleDatagrams(UDPLISTENER *listener, LIST *datagrams);
|
||||
void ProtoSessionThread(THREAD *thread, void *param);
|
||||
|
||||
|
Reference in New Issue
Block a user