/[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.4 by nes, Fri Sep 13 10:41:24 2002 UTC revision 1.5 by chupa, Tue Nov 26 18:32:16 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  {  {
82    #if 0
83    if(header->type == TYPE_PING)    if(header->type == TYPE_PING)
84      {      {
85        p3_put_packet(TYPE_ACK,NULL,0);        p3_put_packet(TYPE_ACK,NULL,0);
# Line 90  p3_send_nack(header) Line 91  p3_send_nack(header)
91        p3_put_packet(TYPE_NACK,NULL,0);        p3_put_packet(TYPE_NACK,NULL,0);
92        nack_sent=1;              nack_sent=1;      
93      }      }
94    #endif
95  }  }

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