payne747
2009-02-14 09:34:23 UTC
Just wondering if there's any good Linux sockets programmers who can tell me the difference between using Linux send() and recv() compared to read() and write() when using sockets? So far I've been using send() recv(), but very hard to get used to when recv() is supposed to return!