/[dynamips]/upstream/dynamips-0.2.6-RC2/net_io.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC2/net_io.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC1/net_io.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.6-RC2/net_io.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC
# Line 1503  void *netio_rxl_gen_thread(void *arg) Line 1503  void *netio_rxl_gen_thread(void *arg)
1503    
1504        /* Wait for incoming packets */        /* Wait for incoming packets */
1505        tv.tv_sec = 0;        tv.tv_sec = 0;
1506        tv.tv_usec = 200 * 1000;  /* 200 ms */        tv.tv_usec = 20 * 1000;  /* 200 ms */
1507        res = select(fd_max+1,&rfds,NULL,NULL,&tv);        res = select(fd_max+1,&rfds,NULL,NULL,&tv);
1508    
1509        if (res == -1) {        if (res == -1) {

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26