Source position: sdl_net.pas line 224
type TUDPSocket = record
ready: Integer;
channel: Integer;
address: TIPAddress;
binding: array [0..SDLNET_MAX_UDPCHANNELS-1] of TUDP_Channel;
end;