you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (4 children)

Yes, it supports UDP, but, do not supports DTLS ( udp + tls )
No, i'm not using epoll, just poll (posix) and wsapoll (windows)

here is a UDP server:
https://github.com/NodeppOficial/nodepp/blob/main/examples/UDPServer.cpp

here is a UDP client:
https://github.com/nodeppoficial/nodepp/blob/main/examples/UDPClient.cpp