Changeset 313824a in mainline for uspace/srv/net/inetsrv/inet_std.h


Ignore:
Timestamp:
2013-07-16T17:05:30Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1f97352
Parents:
fc4bf2a
Message:

all fragments of a packet need to have the same identifier (thx Antonin Steinhauser)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inet_std.h

    rfc4bf2a r313824a  
    4848        /** Total Length */
    4949        uint16_t tot_len;
    50         /** Identification */
     50        /** Identifier */
    5151        uint16_t id;
    5252        /** Flags, Fragment Offset */
     
    126126        /** Fragmentation offset, reserved and M flag */
    127127        uint16_t offsmf;
    128         /** Identification */
     128        /** Identifier */
    129129        uint32_t id;
    130130} ip6_header_fragment_t;
Note: See TracChangeset for help on using the changeset viewer.