* fhandler_socket.cc (fhandler_socket::sendto): Never send more than

64K.  Add comment to explain why.
	(fhandler_socket::sendmsg): Ditto.
This commit is contained in:
Corinna Vinschen
2008-03-07 14:47:48 +00:00
parent 752b16ce35
commit 360b05b451
2 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-03-07 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::sendto): Never send more than
64K. Add comment to explain why.
(fhandler_socket::sendmsg): Ditto.
2008-03-07 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.