Browse Source

* chg cmsg DATA_LEN_MAX

master
Alex 'AdUser' Z 8 years ago
parent
commit
22842c5e60
  1. 2
      src/cmsg.h

2
src/cmsg.h

@ -3,7 +3,7 @@
#include <sys/uio.h>
#define DATA_LEN_MAX 496 /* 512 - 16 bytes of header */
#define DATA_LEN_MAX 1476 /* 1500 - (16 bytes of cmsg header + 8 bytes of udp) */
#define DATA_ARGS_MAX 6 /* number of args in data */
#define F2B_PROTO_VER 1

Loading…
Cancel
Save