Skip to content
Snippets Groups Projects
Commit 1a5ae5f5 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

remote: allocate less space for a response

The response should fit into a TCP DNS message.
parent c75acb40
No related branches found
No related tags found
1 merge request!261knotc: remote messages
......@@ -30,12 +30,13 @@
#include "libknot/rrtype/rdname.h"
#include "libknot/rrtype/soa.h"
#include "libknot/dnssec/random.h"
#include "libknot/packet/wire.h"
#include "knot/dnssec/zone-sign.h"
#include "knot/dnssec/zone-nsec.h"
#define KNOT_CTL_REALM "knot."
#define KNOT_CTL_REALM_EXT ("." KNOT_CTL_REALM)
#define CMDARGS_BUFLEN (1024*1024) /* 1M */
#define CMDARGS_BUFLEN KNOT_WIRE_MAX_PKTSIZE
#define CMDARGS_BUFLEN_LOG 256
#define KNOT_CTL_SOCKET_UMASK 0007
......
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