Exception thrown when attempting to send a packet over size limit. More...
#include <ndn-cxx/face.hpp>
Inheritance diagram for ndn::Face::OversizedPacketError:
Collaboration diagram for ndn::Face::OversizedPacketError:Public Member Functions | |
| OversizedPacketError (char pktType, const Name &name, size_t wireSize) | |
| Constructor. More... | |
Public Attributes | |
| const Name | name |
| const char | pktType |
| const size_t | wireSize |
Exception thrown when attempting to send a packet over size limit.
| ndn::Face::OversizedPacketError::OversizedPacketError | ( | char | pktType, |
| const Name & | name, | ||
| size_t | wireSize | ||
| ) |