mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
increased the UDP receive buffer size (and the initial send
buffer size) from 2048 to 4096 bytes
This commit is contained in:
parent
4fec2b4f6e
commit
15e74726b3
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: client.c,v 1.130 2000/11/15 23:09:09 tale Exp $ */
|
/* $Id: client.c,v 1.131 2000/11/16 00:18:13 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -80,8 +80,8 @@
|
|||||||
#define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
|
#define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
|
||||||
|
|
||||||
#define TCP_BUFFER_SIZE (65535 + 2)
|
#define TCP_BUFFER_SIZE (65535 + 2)
|
||||||
#define SEND_BUFFER_SIZE 2048
|
#define SEND_BUFFER_SIZE 4096
|
||||||
#define RECV_BUFFER_SIZE 2048
|
#define RECV_BUFFER_SIZE 4096
|
||||||
|
|
||||||
struct ns_clientmgr {
|
struct ns_clientmgr {
|
||||||
/* Unlocked. */
|
/* Unlocked. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user