gallomassimo
gallomassimo
Hi Tom, The change you made, is partly correct. There is indeed an issue but you only need to apply the following change to the socks4proxy: ``` - SET_TCP_SOCKFD_ANNO(q, fd);...
Hi Tom, Sorry for the long delay. I fixed the push issue. To temporary solve the issue, as you said, you could increase the TCP TXQ buffer: https://github.com/nokia/ClickNF/blob/228365b6e4bb770bd2c4047e016dbbff5f2a3d74/include/clicknet/tcp.hh#L254 However, the...
I close the issue and let you re-open it if the fix does not work.
Hi Tom, I just tested with the latest version of the code on git and data gets transferred (with 8K, 10M 1G 10G files). Here are some details about my...
Hi Tom, No problems. I am still not able to reproduce your issue , I'll try to use nginx to see if I can reproduce it. I also noticed you...
I think I found the problem but I can't test the solution immediately. In the infinite loop: https://github.com/nokia/ClickNF/blob/873fd4f1c95c63fb69c8cd48c6c4b9fd2517d548/elements/tcp/tcpepollclient.cc#L191-L206 the while should be: `while(p->length() > 0)` this is a bug I...
Yeah, that works too but I think that the while fix is better because there might be other type of events to handle i.e., EPOLLERR or EPOLLOUT. I also noticed...
It is strange sometimes it is null and sometimes not. I'll try to do some testing next week.