We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3332f5b commit bd48a3eCopy full SHA for bd48a3e
network.lisp
@@ -54,13 +54,13 @@
54
:output t
55
:buffering :full)))
56
(:implementation mkcl
57
- (let* ((endpoint (qlqs-mkcl:host-ent-address
58
- (qlqs-mkcl:get-host-by-name host)))
59
- (socket (make-instance 'qlqs-mkcl:inet-socket
+ (let* ((endpoint (ql-mkcl:host-ent-address
+ (ql-mkcl:get-host-by-name host)))
+ (socket (make-instance 'ql-mkcl:inet-socket
60
:protocol :tcp
61
:type :stream)))
62
- (qlqs-mkcl:socket-connect socket endpoint port)
63
- (qlqs-mkcl:socket-make-stream socket
+ (ql-mkcl:socket-connect socket endpoint port)
+ (ql-mkcl:socket-make-stream socket
64
:element-type '(unsigned-byte 8)
65
:input t
66
0 commit comments