commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 16/53: pfinet: set a non-zero ports management timeout


From: Samuel Thibault
Subject: [hurd] 16/53: pfinet: set a non-zero ports management timeout
Date: Thu, 20 Mar 2014 02:23:50 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit c3936e8c1b40cbe2e88c7930a99728cab95d2528
Author: Richard Braun <address@hidden>
Date:   Sat Feb 22 17:24:42 2014 +0100

    pfinet: set a non-zero ports management timeout
    
    * pfinet/main.c (main): Call ports_manage_port_operations_multithread
    with non-zero timeouts.
---
 pfinet/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pfinet/main.c b/pfinet/main.c
index a596e18..5b0262f 100644
--- a/pfinet/main.c
+++ b/pfinet/main.c
@@ -383,7 +383,7 @@ main (int argc,
   /* Launch */
   ports_manage_port_operations_multithread (pfinet_bucket,
                                            pfinet_demuxer,
-                                           0, 0, 0);
+                                           30 * 1000, 2 * 60 * 1000, 0);
   return 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]