Hi,

Thank you for your report. This was actually already raised on our
trac [1] but we forgot to apply the fix. This is done on SVN with
revision 5868. Please tell me if it still fails for you. If you're
using a tarball are you're lazy to switch to SVN, simply apply the
following patch, it's really simple: remove the set_tcp_nodelay at
line 239 in the start_socket function from src/tools/server.ml.

Index: src/tools/server.ml
===================================================================
--- src/tools/server.ml (revision 5805)
+++ src/tools/server.ml (working copy)
@@ -236,8 +236,6 @@
   let rights = conf_socket_perms#get in
   let max_conn = 10 in
   let sock = socket PF_UNIX SOCK_STREAM 0 in
-  (* Set TCP_NODELAY on the socket *)
-  Liq_sockets.set_tcp_nodelay sock true ;
   let rec incoming _ =
     begin
       try

Cheers,
-- 
David

[1] http://savonet.rastageeks.org/ticket/160

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to