Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dcc.c

    r5ebff60 re88fe7da  
    265265                }
    266266
    267                 /* How likely is it that a 32-bit integer gets split accross
     267                /* How likely is it that a 32-bit integer gets split across
    268268                   packet boundaries? Chances are rarely 0 so let's be sure. */
    269269                if ((df->acked_len = (df->acked_len + ret) % 4) > 0) {
Note: See TracChangeset for help on using the changeset viewer.