Partially revert restriction of socket_wrapper to 1500 byte writes
authorAndrew Bartlett <abartlet@samba.org>
Fri, 19 Jun 2009 03:25:28 +0000 (13:25 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 19 Jun 2009 03:25:28 +0000 (13:25 +1000)
commit19723ed0fcdf267ece3dbcde503f86093aceb39b
treef95534f83332f7cdb6df5ed6f0ece0adc1fb6d5a
parent5c19c60c5741196fc0a2b8db901e1be02139ae4e
Partially revert restriction of socket_wrapper to 1500 byte writes

This keeps the restriction for stream sockets (where the caller will
retry), without creating problems on datagram sockets (CLDAP is not
defined, as far as I know, across multiple UDP packets).

The commit adding this restriction was
47b106c0ae8b91c9cccfc21bf8e4e416b1abfd5d

Andrew Bartlett
lib/socket_wrapper/socket_wrapper.c