qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches

Components for UDP-based network communication. More...

Collaboration diagram for UDP Communication:

Files

file  client.h
 Asynchronous UDP client implementation.
file  server.h
 Asynchronous UDP server implementation.
file  udp.h
 UDP datagram transport implementation for the QB IO library.
file  socket.h
 Implementation of UDP sockets for datagram communication in the QB IO library.

Classes

class  qb::io::udp::socket
 Class implementing UDP socket functionality for datagram-based communication. More...

Detailed Description

Components for UDP-based network communication.

Includes `qb::io::udp::socket`.