SFML community forums

Help => Network => Topic started by: EiTkoCaT on September 10, 2011, 08:26:47 pm

Title: UDP are delayed. Linux settings?
Post by: EiTkoCaT on September 10, 2011, 08:26:47 pm
I'm having some lags with my server running Ubuntu 10.04 on my UDP packets. What should I do to change the settings set for the UDP packets? I think the problem is there.

On my /proc/sys/net/ipv4/udp_mem I have 137088   182784   274176
udp_rmem_min: 4096
udp_wmem_min: 4096


/proc/sys/net/core/rmem_max - 131071
/proc/sys/net/core/rmem_default - 124928

/proc/sys/net/core/wmem_max - 131071
/proc/sys/net/core/wmem_default - 124928
Title: UDP are delayed. Linux settings?
Post by: mcphee.d on September 11, 2011, 04:48:47 am
... are you the same person who posted this:

http://askubuntu.com/questions/60870/udp-tuning-ubuntu-how-to

?

There are some answers there that look helpful -- beyond those, I would think that this forum isn't really the place to ask things like this, as it's not really SFML related.