Skip to content

Add UDP support #1

@kadirlua

Description

@kadirlua

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 };

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions