/[qemu]/qemu/slirp/slirp.c
ViewVC logotype

Diff of /qemu/slirp/slirp.c

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

revision 1.7 by bellard, Thu Oct 7 23:27:35 2004 UTC revision 1.8 by bellard, Sat Sep 3 10:45:09 2005 UTC
# Line 350  void slirp_select_poll(fd_set *readfds, Line 350  void slirp_select_poll(fd_set *readfds,
350           * See if anything has timed out           * See if anything has timed out
351           */           */
352          if (link_up) {          if (link_up) {
353                  if (time_fasttimo && ((curtime - time_fasttimo) >= 199)) {                  if (time_fasttimo && ((curtime - time_fasttimo) >= 2)) {
354                          tcp_fasttimo();                          tcp_fasttimo();
355                          time_fasttimo = 0;                          time_fasttimo = 0;
356                  }                  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26