mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 05:51:38 +00:00
Remove UDPASSOC check from tcp sockmap
This commit is contained in:
parent
51a82613a6
commit
da8a8615f4
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ int sockmap(struct clientparam * param, int timeo, int usesplice){
|
|||
int pipesrv[2] = {-1,-1};
|
||||
int pipecli[2] = {-1,-1};
|
||||
|
||||
if(param->operation == UDPASSOC || (!param->nolongdatfilter && (param->ndatfilterscli > 0 || param->ndatfilterssrv))) usesplice = 0;
|
||||
if((!param->nolongdatfilter && (param->ndatfilterscli > 0 || param->ndatfilterssrv))) usesplice = 0;
|
||||
if(usesplice){
|
||||
TOCLIENTPIPE = FROMCLIENTPIPE = TOSERVERPIPE = FROMSERVERPIPE = 1;
|
||||
TOCLIENTBUF = TOSERVERBUF = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue