forked from pool/hyper-v
- Double the size of kvp_send_buffer, for current struct hv_kvp_msg
OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=63
This commit is contained in:
@@ -79,7 +79,7 @@ enum {
|
||||
DNS
|
||||
};
|
||||
|
||||
static char kvp_send_buffer[4096];
|
||||
static char kvp_send_buffer[4096 * 2];
|
||||
static char kvp_recv_buffer[4096 * 2];
|
||||
static struct sockaddr_nl addr;
|
||||
static int in_hand_shake = 1;
|
||||
|
Reference in New Issue
Block a user