@ -1,4 +1,5 @@
#include "common.h"
#include "commands.h"
#include "cmsg.h"
#include <sys/uio.h>
@ -1,8 +1,6 @@
#ifndef F2B_CMSG_H_
#define F2B_CMSG_H_
#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
@ -5,6 +5,7 @@
* published by the Free Software Foundation.
*/
#include "csocket.h"
#include "log.h"
@ -9,6 +9,7 @@
#include "config.h"
#include "jail.h"
#include "backend.h"