Re: Disable ipv4 fragmentation

2007-05-05 Thread Matus UHLAR - fantomas
> > > I'm working with sockets in a debian with a version of kernel 2.6.x, and > > > I'd like to disable the fragmentation of the ipv4 introduce. > > > I have read that there was the option of modified the file > > > /proc/sys/net/ipv4/ip_always_defrag but it doesn't exist. > > > So I'm totally l

Re: Disable ipv4 fragmentation

2007-04-25 Thread Alex Samad
On Wed, Apr 25, 2007 at 07:28:42AM +, J HU wrote: > Dear experts, > > I'm developing an C++ application with sockets in a debian with a version > of kernel 2.6.x. > > The idea of my application is to send messages using UDP sockets and have > only one receiver socket which receive all the m

Re: Disable ipv4 fragmentation

2007-04-25 Thread Josselin Mouette
Le mardi 24 avril 2007 à 11:33 -0700, Steve Langasek a écrit : > > I'm working with sockets in a debian with a version of kernel 2.6.x, and > > I'd like to disable the fragmentation of the ipv4 introduce. > > I have read that there was the option of modified the file > > /proc/sys/net/ipv4/ip_alw

Disable ipv4 fragmentation

2007-04-25 Thread J HU
Dear experts, I'm developing an C++ application with sockets in a debian with a version of kernel 2.6.x. The idea of my application is to send messages using UDP sockets and have only one receiver socket which receive all the message that are for him, so to do that I create the socket like f

Re: Disable ipv4 fragmentation

2007-04-24 Thread Steve Langasek
None of the lists you've sent this to are appropriate forums for this question; redirecting to debian-user. On Tue, Apr 24, 2007 at 05:39:53PM +, J HU wrote: > Dear experts, > I'm working with sockets in a debian with a version of kernel 2.6.x, and > I'd like to disable the fragmentation of