You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: