mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-21 22:05:32 +00:00
Ignore events until the remote connection is established
This commit is contained in:
parent
a6ee6ddb92
commit
4012b14bda
1
extend.c
1
extend.c
@ -409,6 +409,7 @@ int on_first_tunnel(struct poolhd *pool,
|
||||
uniperror("mod_etype");
|
||||
return -1;
|
||||
}
|
||||
val->pair->type = EV_FIRST_TUNNEL;
|
||||
return send_saved_req(pool, val->pair, buffer, bfsize);
|
||||
}
|
||||
ssize_t n = tcp_recv_hook(pool, val, buffer, bfsize);
|
||||
|
Loading…
Reference in New Issue
Block a user