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
* Add Unix UDP implementation
* Fix ChannelUnixSocketTx::sendBuffer
* Add ChannelUnixUdpClient
* Add UDP server implementation and related functionalities
- Introduced `ChannelUnixUdpServer` class inheriting from `ChannelUnixSocketServer` to handle UDP-specific operations.
- Implemented methods for creating a UDP server socket, handling incoming datagrams, and sending buffers to clients.
- Added packet size handling logic in `getPacketSize` and `sendBuffer` methods.
- Enhanced error handling for socket operations and added constants for maximum UDP payload size.
- Updated `ChannelUnixSocketServer` to manage client connections and data processing.
- Refactored `ChannelUnixTcpServer` to reduce code duplication by reusing common functionalities from `ChannelUnixSocketServer`.
* Enhance CMake configuration for CPP17 and CPP23 support in workflows and tasks
* Refactor Channel classes and update CMake tasks for C++17/23 compatibility
0 commit comments