Displaying 2 results from an estimated 2 matches for "udpinerrors".
2016 Apr 10
2
UDP de-fragmentation problem
On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote:
> Hi,
>
> Em 07-04-2016 12:19, Volker escreveu:
>> Hi all.
>>
>> I have a strange problem at hand regarding UDP fragmentation on Centos7:
>> Applications are unable to receive UDP packets which have undergone
>> fragmentation UNLESS the netfilter modules are loaded.
>>
>> The problem arose on a
2016 Apr 11
0
UDP de-fragmentation problem
...e it please?
>
> 3.10.0-327.10.1.el7.x86_64
>
> I have put the files on github
> https://github.com/volkerp/qtudptest
Okay, you can't do that change I mentioned easily because the call is
made by Qt instead.
When testing with this app, on nstat I'm getting after 2 attempts:
UdpInErrors 2 0.0
UdpInCsumErrors 2 0.0
I tried removing the probe for more data, the while condition, but it
still peeked the socket. I think it's because of this Qt code:
qint64 QNativeSocketEngine::readDatagram(char *data, qint64 m...