The specified host is unknown

Property definitions

socket $ HErrno :: host_not_found
	# The specified host is unknown
	fun host_not_found: Bool `{ return self == HOST_NOT_FOUND; `}
lib/socket/socket_c.nit:591,2--592,62