- 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:
Olaf Hering 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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 1 13:49:42 CEST 2013 - ohering@suse.de
- Double the size of kvp_send_buffer, for current struct hv_kvp_msg
-------------------------------------------------------------------
Wed Jul 24 10:18:34 CEST 2013 - ohering@suse.de

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;