[hipl-commit] tla commit: hipl-dev@freelists.org--hipl/hipl--ietf63--2.6

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 29 Jul 2005 13:28:41 +0300

New revisions created in hipl-dev@xxxxxxxxxxxxxxxxxxx/hipl--ietf63--2.6

2005-07-29 GMT  Miika Komu <miika@xxxxxx>       patch-20

    Summary:
      Resolved a "retransmission" bug found in the interops.
    Revision:
      hipl--ietf63--2.6--patch-20

    I could repeat the bug (in the previous commit) by sending all control 
    packets multiple times:
    
    int hip_csum_send_fl() {
    
      int i;
      ..
      for (i=0; i<4; i++) {
         // ip6_append_data
         // ip6_flush_pending_frames
         // ip6_push_pending_frames
      }
    }
    
    Now this is fixed in the code. Going to suggest a modification to base 
    draft if needed.

    modified files:
     linux/include/net/hip.h linux/net/ipv6/hip/input.c



regards,
"tla mail-new-revisions"


Other related posts: