- socket-peer-name soprocedure
Return a sockaddr object representing the address of the remote endpoint of socket so. If no connection exists, returns #f. This can be used after socket-connect or on a socket returned by socket-accept. Note that this also works with UDP "connections" made with socket-connect.
The procedure name is derived from getpeername(), hence the use of "name" to describe a socket address.