(no commit message)
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 2 Jul 2008 07:36:23 +0000 (07:36 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 2 Jul 2008 07:36:23 +0000 (07:36 +0000)
globals.ml
tests/vsys_conctest.c

index ca475d7..29054a6 100644 (file)
@@ -1,7 +1,7 @@
 (** Some things that didn't fit in elsewhere *)
 let backend = ref ""
 let debug = ref true
-let vsys_version = "0.5"
+let vsys_version = "0.7"
 let nochroot = ref false
 let conffile = ref ""
 let pid_filepath = ref "/var/run/vsys.pid"
index 35f7c2d..5c751a7 100644 (file)
@@ -35,7 +35,7 @@ int main()
     //printf("((0))");fflush(stdout);
     while ((fd_in = open(top_in_file, O_WRONLY| O_NONBLOCK)) < 0) {
       fprintf(stderr, "Waiting for %s (%s)\n", top_in_file,strerror(errno));
-       sleep (1); 
+       usleep (50); 
     }
     printf("%d open\n",fd_in);