chickadee » socket » socket-receive-from

socket-receive-from so len #!optional (flags 0)procedure

Receives up to len bytes from data from socket so and returns two values: a string (sized to fit the returned data), and a sockaddr object representing the source. Otherwise, it behaves like socket-receive-from!.