simple-obfs icon indicating copy to clipboard operation
simple-obfs copied to clipboard

How to fix error about MSG_FASTOPEN compiling in FreeBSD?

Open zhongyb opened this issue 6 years ago • 0 comments

How to fix the error in following:

make all-recursive Making all in libcork Making all in src CC obfs_local-local.o local.c:393:85: error: use of undeclared identifier 'MSG_FASTOPEN' int s = sendto(remote->fd, remote->buf->data, remote->buf->len, MSG_FASTOPEN, ^ 1 error generated. *** Error code 1

zhongyb avatar Mar 08 '19 07:03 zhongyb