"Send periodic keepalives: if peer does not respond, we get SIGPIPE")
(:integer so-oobinline "SO_OOBINLINE"
"Put out-of-band data into the normal input queue when received")
+ #-freebsd
(:integer so-no-check "SO_NO_CHECK")
#+linux (:integer so-priority "SO_PRIORITY")
(:integer so-linger "SO_LINGER"
(:integer EAI-BADFLAGS "EAI_BADFLAGS")
(:integer EAI-NONAME "EAI_NONAME")
(:integer EAI-SERVICE "EAI_SERVICE")
+ #-freebsd
(:integer EAI-ADDRFAMILY "EAI_ADDRFAMILY")
+ #-freebsd
(:integer EAI-NODATA "EAI_NODATA")
(:integer EAI-MEMORY "EAI_MEMORY")
(:integer EAI-FAIL "EAI_FAIL")
no-recovery-error)
(define-name-service-condition
sockint::NO-ADDRESS ;; Also defined as NO-DATA, with the same value
- sockint::EAI-NODATA
+ #-freebsd sockint::EAI-NODATA #+freebsd nil
no-address-error)
(defun condition-for-name-service-errno (err)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.24"
+"1.0.3.25"