You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the library does support TCP by default. I should consider adding UDP support on this library. I have already added a flag to support UDP, such as; enum class protocol_type { tcp = SOCK_STREAM, udp = SOCK_DGRAM };