Revision: 478
          http://vde.svn.sourceforge.net/vde/?rev=478&view=rev
Author:   rd235
Date:     2011-03-16 21:30:55 +0000 (Wed, 16 Mar 2011)

Log Message:
-----------
experimental vde_switch fix: update timeout value in packetq.c

Modified Paths:
--------------
    branches/rd235/vde-2/src/vde_switch/packetq.c

Modified: branches/rd235/vde-2/src/vde_switch/packetq.c
===================================================================
--- branches/rd235/vde-2/src/vde_switch/packetq.c       2011-03-14 15:21:50 UTC 
(rev 477)
+++ branches/rd235/vde-2/src/vde_switch/packetq.c       2011-03-16 21:30:55 UTC 
(rev 478)
@@ -161,7 +161,8 @@
 #endif
                        } else
                                packetq_timeout = NULL;
-               }
+               } else
+                       packetq_timeout_value.tv_nsec = remaining_nsecs;
 #else
                struct timeval this_try;
                gettimeofday(&this_try,NULL);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to