Disable the Nagle algorithm and send data as soon as possible, in smaller packets

Property definitions

socket $ NativeSocketOptNames :: tcp_nodelay
	# Disable the Nagle algorithm and send data as soon as possible, in smaller packets
	new tcp_nodelay `{ return TCP_NODELAY; `}
lib/socket/socket_c.nit:526,2--527,42