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


Ignore:
Timestamp:
2013-07-16T17:05:30Z (12 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/inetsrv.h

    rfc4bf2a r313824a  
    113113        uint8_t ttl;
    114114        /** Identifier */
    115         uint16_t ident;
     115        uint32_t ident;
    116116        /** Do not fragment */
    117117        bool df;
Note: See TracChangeset for help on using the changeset viewer.