Hi, I'm using sockets API to receive some data from remote device. Is it possible to read incoming data without using function read(). I want to use directly internal buffer of the socket and want to get to know how many bytes are in the buffer. If its not possible - is there a method to check how many bytes I can read before reading them?
Best regards, Gregory _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
