Is there anything bad with using read() and write() on a socket fd, instead of send() and recv()? I thought about using that in my program because read() and write() are much simpler than send() and recv().
-
1Not having a single extra parameter that you set to zero makes them "much simpler"?!David Schwartz– David Schwartz2015-09-03 20:12:53 +00:00Commented Sep 3, 2015 at 20:12
Add a comment
|