SHA256
1
0
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:
2013-08-01 11:50:51 +00:00
committed by Git OBS Bridge
parent ea11bf351a
commit 09e12a20a4
2 changed files with 6 additions and 1 deletions

View File

@@ -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;