mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-22 19:31:02 +01:00
MINOR: contrib/spoa-server: allow MAX_FRAME_SIZE override
MAX_FRAME_SIZE is forced to the default value of tune.bufsize, however they don't necessarily have to be tight together.
This commit is contained in:
parent
bde2c4c621
commit
ae2132cffb
@ -17,7 +17,10 @@
|
||||
#include <netinet/in.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifndef MAX_FRAME_SIZE
|
||||
#define MAX_FRAME_SIZE 16384
|
||||
#endif
|
||||
|
||||
#define SPOP_VERSION "2.0"
|
||||
#define SPOA_CAPABILITIES ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user