fragments network-layer packets into NDNLPv2 link-layer packets More...
#include <daemon/face/lp-fragmenter.hpp>
Classes | |
class | Options |
Options that control the behavior of LpFragmenter. More... | |
Public Member Functions | |
LpFragmenter (const Options &options=Options(), const LinkService *linkService=nullptr) | |
std::tuple< bool, std::vector< lp::Packet > > | fragmentPacket (const lp::Packet &packet, size_t mtu) |
fragments a network-layer packet into link-layer packets More... | |
const LinkService * | getLinkService () const |
void | setOptions (const Options &options) |
set options for fragmenter More... | |
fragments network-layer packets into NDNLPv2 link-layer packets
Definition at line 41 of file lp-fragmenter.hpp.
|
explicit |
Definition at line 64 of file lp-fragmenter.cpp.
std::tuple< bool, std::vector< lp::Packet > > nfd::face::LpFragmenter::fragmentPacket | ( | const lp::Packet & | packet, |
size_t | mtu | ||
) |
fragments a network-layer packet into link-layer packets
packet | an LpPacket that contains a network-layer packet; must have Fragment field, must not have FragIndex and FragCount fields |
mtu | maximum allowable LpPacket size after fragmentation and sequence number assignment |
Definition at line 83 of file lp-fragmenter.cpp.
const LinkService * nfd::face::LpFragmenter::getLinkService | ( | ) | const |
This is only used for logging, and may be nullptr.
Definition at line 77 of file lp-fragmenter.cpp.
void nfd::face::LpFragmenter::setOptions | ( | const Options & | options | ) |
set options for fragmenter
Definition at line 71 of file lp-fragmenter.cpp.