newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Sleeper on June 24, 2007, 11:18:59 AM

Title: reading exact number of bytes from the socket
Post by: Sleeper on June 24, 2007, 11:18:59 AM
hi

i am trying to work with sockets for the first time.

i need a function that reads exactly n bytes from the socket (and blocks until they are available)

how can i do this?