[Usocket-devel] socket-listen lacks UDP support

Robert Brown robert.brown at gmail.com
Mon Apr 21 18:41:26 UTC 2014


The socket-listen function in backend/sbcl.lisp does not
support ":type :datagram :protocol :udp".  Instead, it always
creates a stream TCP socket.  I think the fix is to use
code similar to that in socket-connect for UDP datagram
sockets.

Bob




More information about the usocket-devel mailing list