Skip to content

Commit

Permalink
Change echo test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Feb 18, 2018
1 parent 49fecf3 commit 2ad64a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sockets.lisp
Expand Up @@ -9,8 +9,8 @@

(iolib.base:enable-literal-reader)

(defparameter *echo-address* (lookup-hostname "deneb.cddr.org"))
(defparameter *echo-port* 7)
(defparameter *echo-address* (lookup-hostname "iolib.cddr.org"))
(defparameter *echo-port* 25877)
(defparameter *echo-timeout* 2)

;;;; Addresses
Expand Down

0 comments on commit 2ad64a4

Please sign in to comment.