@ -1,6 +1,8 @@
#include "common.h"
#include "cmsg.h"
#include <sys/uio.h>
void
f2b_cmsg_convert_args(f2b_cmsg_t *msg) {
assert(msg != NULL);
@ -1,8 +1,6 @@
#ifndef F2B_CMSG_H_
#define F2B_CMSG_H_
#include "commands.h"
#define DATA_LEN_MAX 1476 /* 1500 - (16 bytes of cmsg header + 8 bytes of udp) */