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

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

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

revision 1.5 by chupa, Tue Nov 26 18:32:16 2002 UTC revision 1.6 by chupa, Fri Nov 29 15:17:45 2002 UTC
# Line 79  void Line 79  void
79  p3_send_nack(header)  p3_send_nack(header)
80       struct p3hdr *header;       struct p3hdr *header;
81  {  {
 #if 0  
82    if(header->type == TYPE_PING)    if(header->type == TYPE_PING)
83      {      {
84        p3_put_packet(TYPE_ACK,NULL,0);        p3_put_packet(TYPE_ACK,NULL,0);
# Line 91  p3_send_nack(header) Line 90  p3_send_nack(header)
90        p3_put_packet(TYPE_NACK,NULL,0);        p3_put_packet(TYPE_NACK,NULL,0);
91        nack_sent=1;              nack_sent=1;      
92      }      }
 #endif  
93  }  }

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

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