DGRAM socket, used for packet-oriented communication

Property definitions

socket $ NativeSocketTypes :: sock_dgram
	# DGRAM socket, used for packet-oriented communication
	new sock_dgram `{ return SOCK_DGRAM; `}
lib/socket/socket_c.nit:418,2--419,40