SEQPACKET, packet-oriented communication with guarantees in packet order

Property definitions

socket $ NativeSocketTypes :: sock_seqpacket
	# SEQPACKET, packet-oriented communication with guarantees in packet order
	new sock_seqpacket `{ return SOCK_SEQPACKET; `}
lib/socket/socket_c.nit:422,2--423,48