Skip to content

Conversation

@EdmondDantes
Copy link
Contributor

No description provided.

- Extended async_io_t union handle with tcp and udp
- Added async_udp_req_t structure for UDP operations
- Implemented UDP sendto/recvfrom with callbacks
- Implemented socket options API (broadcast, multicast, TCP nodelay/keepalive)
- Renamed io_pipe_close_cb to io_close_cb for universal use
- Registered new UDP and socket option functions
…dp-sockets-without-using-poll

# Conflicts:
#	libuv_reactor.c
@EdmondDantes EdmondDantes merged commit 934dd3f into main Feb 10, 2026
1 check passed
@EdmondDantes EdmondDantes deleted the 83-efficient-functions-for-working-with-tcpudp-sockets-without-using-poll branch February 10, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Efficient functions for working with TCP/UDP sockets without using POLL.

1 participant