/[pengfork]/pengfork/include/p3/p3.h
ViewVC logotype

Diff of /pengfork/include/p3/p3.h

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

revision 1.9 by chupa, Sat Dec 7 14:01:24 2002 UTC revision 1.10 by chupa, Fri Dec 13 15:29:15 2002 UTC
# Line 45  struct p3state Line 45  struct p3state
45    int want_ssr; /* an SS is received, but no SSR is send */    int want_ssr; /* an SS is received, but no SSR is send */
46  };  };
47    
48  #define WINDOW_SIZE 32          /* Packet we can send/receive without ack */  /* Packet we can send/receive without ack */
49  #define WINDOW_HIGH 24          /* when the window is considered near closed */  #define WINDOW_SIZE (PACKET_MAX_SEQ - PACKET_MIN_SEQ)
50    /* when the window is considered near closed */
51    #define WINDOW_HIGH (WINDOW_SIZE - 30)
52    
53  #define P3_TIMEOUT 5  #define P3_TIMEOUT 5
54    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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