Bindings for [[ SDL2 Net ; https://wiki.libsdl.org/SDL2_net/FrontPage ]].

Collection Info

View Source
Collection
vendor
Path
sdl2/net
Entries
62

Source Files

Constants

9

MAX_UDPADDRESSES #

Source
MAX_UDPADDRESSES :: 4

The maximum addresses bound to a single UDP socket channel

MAX_UDPCHANNELS #

Source
MAX_UDPCHANNELS :: 32

The maximum channels on a a UDP socket

Types

7

GenericSocket #

Source
GenericSocket :: ^struct {
	ready: i32,
}

Any network socket can be safely cast to this socket type

Procedures

46

Write16 #

Source
Write16 :: proc "c" (value: u16, areap: rawptr) {…}

Write a 16/32-bit value to network packet buffer