Port

Property definitions

socket $ NativeSocketAddrIn :: port=
	# Port
	fun port=(value: Int) `{ self->sin_port = htons(value); `}
lib/socket/socket_c.nit:312,2--313,59