Skip to content
Snippets Groups Projects
Commit a087642b authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Lowered TCP buffer size as a precaution.

refs #1535
parent 15cdb6ff
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
#include "libknot/util/wire.h"
/* Defines */
#define TCP_BUFFER_SIZE 65536
#define TCP_BUFFER_SIZE 65535 /*! Do not change, as it is used for maximum DNS/TCP packet size. */
/*! \brief TCP worker data. */
typedef struct tcp_worker_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment