• Scieneer Common Lisp 1.3.9 online documentation

    ext:inet-socket-receive-from fd buffer size &key flags[Function]

    Attempt to receive size bytes into the buffer from the socket described by fd. Returns four values: the number of bytes read or nil upon an error, the error code or 0 upon success, and the source address and port if available otherwise nil.

  •