- 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:
parent
ea11bf351a
commit
09e12a20a4
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user