mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Incoming buffer must be at least 8KB long.
This commit is contained in:
parent
916c8c0aba
commit
94e935d8a2
@ -42,7 +42,7 @@ static int nl_sync_fd = -1; /* Unix socket for synchronous netlink actions */
|
||||
static u32 nl_sync_seq; /* Sequence number of last request sent */
|
||||
|
||||
static byte *nl_rx_buffer; /* Receive buffer */
|
||||
#define NL_RX_SIZE 2048
|
||||
#define NL_RX_SIZE 8192
|
||||
|
||||
static struct nlmsghdr *nl_last_hdr; /* Recently received packet */
|
||||
static unsigned int nl_last_size;
|
||||
|
Loading…
Reference in New Issue
Block a user