/[pengfork]/pengfork/src/p3/check.c
ViewVC logotype

Diff of /pengfork/src/p3/check.c

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

revision 1.4 by nes, Sun Sep 8 11:32:58 2002 UTC revision 1.5 by chupa, Sun Sep 8 16:40:07 2002 UTC
# Line 26  Line 26 
26  #include "p3/header.h"  #include "p3/header.h"
27  #include "p3/p3.h"  #include "p3/p3.h"
28  #include "p3/misc.h"  #include "p3/misc.h"
   
29  #include "p3/check.h"  #include "p3/check.h"
30    
31  int  int
# Line 98  p3_check_ordering (header) Line 97  p3_check_ordering (header)
97        /* packet is data and the seq isn't what we expect */        /* packet is data and the seq isn't what we expect */
98        return 0;        return 0;
99      }      }
 #if 0  
   if (header->type != TYPE_DATA && header->seq != srv.lastseq)  
     {  
       debug (1, "P3 - Bad ordering for packet received\n");  
       debug (1, "\tseq received: %d\n", header->seq);  
       debug (1, "\tseq expected: %d\n", srv.lastseq);  
       /* packet is not data and the seq has changed */  
       return 0;  
     }  
 #endif  
100    
101    return 1;    return 1;
102  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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