Re: Disable ipv4 fragmentation

2007-04-30 Thread J HU
Perdonad la equivocacion, hice un enviar a varias listas y me olvide de quitar esta. Lo lamento. Original Message Follows From: Rudy Godoy [EMAIL PROTECTED] To: debian-devel-spanish@lists.debian.org Subject: Re: Disable ipv4 fragmentation Date: Sun, 29 Apr 2007 23:34:01 -0500 El día

Disable ipv4 fragmentation

2007-04-24 Thread J HU
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 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 lost and I

Disable ipv4 fragmentation

2007-04-24 Thread J HU
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 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 lost and I

Re: UDP code

2007-02-12 Thread J HU
Ok, thanks to all, I know that UDP is a protocol and what I was looking for is for the code of that funtions like recvfrom, sendto,... and well I thing that with the source of the glibc and with the linux-source I could find something although I think that it's not going to be easy to follow

UDP code

2007-02-11 Thread J HU
Hi! I'm working on a communication using UDP sockets and I would like to get the source code to know exactly what it does and make some proves. Can anyone tell me where o how I can get the sorce code of the UDP?... now I just include the sys/socket.h but I like to see the functions. Thanks