mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
vici: Allow maximum vici message size configuration via compile option
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
This commit is contained in:
parent
e0b1b12028
commit
d2c15b7bf9
@ -26,7 +26,9 @@
|
||||
/**
|
||||
* Maximum size of a single message exchanged.
|
||||
*/
|
||||
#ifndef VICI_MESSAGE_SIZE_MAX
|
||||
#define VICI_MESSAGE_SIZE_MAX (512 * 1024)
|
||||
#endif
|
||||
|
||||
typedef struct vici_socket_t vici_socket_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user