Fixed an error in the previous checkin.

This commit is contained in:
wtc%netscape.com 2000-03-14 00:33:02 +00:00
parent 855f2ed7a8
commit 93c4b26a5f

View File

@ -858,7 +858,7 @@ PRInt32 _MD_send(PRFileDesc *fd, const void *buf, PRInt32 amount,
PRInt32 tmp_amount = amount;
#endif
/*
* On pre-2.6 Solaris, send() is much slower than write().
* On 2.6 and beyond, with in-kernel sockets, send() and
* write() are fairly equivalent in performance.