Displaying 3 results from an estimated 3 matches for "volkerp".
Did you mean:
volker
2016 Apr 10
2
UDP de-fragmentation problem
...Centos7 installation. Out of
>> the box install, simple network config, latest updates applied.
>
> Which kernel are you using?
> And as you have trimmed it down to a reproducer, can you share it please?
3.10.0-327.10.1.el7.x86_64
I have put the files on github
https://github.com/volkerp/qtudptest
2016 Apr 11
0
UDP de-fragmentation problem
...> the box install, simple network config, latest updates applied.
>>
>> Which kernel are you using?
>> And as you have trimmed it down to a reproducer, can you share 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 rem...
2016 Apr 07
5
UDP de-fragmentation problem
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 application which would run fine on OpenSuse but
does not work on Centos7. The application processes UDP data and on
Centos only small packets are received and processed,