Port

Property definitions

socket $ NativeSocketAddrIn :: port
	# Port
	fun port: Int `{ return ntohs(self->sin_port); `}
lib/socket/socket_c.nit:309,2--310,50