STREAM socket, used for sequential writes/reads

Property definitions

socket $ NativeSocketTypes :: sock_stream
	# STREAM socket, used for sequential writes/reads
	new sock_stream `{ return SOCK_STREAM; `}
lib/socket/socket_c.nit:416,2--417,42