Module rich_sdl2_net_rust::sock[][src]

Expand description

Socket to create connection or send a datagram.

Modules

Socket management by a socket set.

Structs

A tcp connection socket for receive packets.

A channel of a udp socket to matchup packets to specific clients easier.

A udp connection socket for send or receive packets.