Close the socket in both read/write

Property definitions

socket $ NativeSocket :: close
	# Close the socket in both read/write
	fun close: Int `{ return close(*self); `}
lib/socket/socket_c.nit:125,2--126,42