commit | 812d615717c3dc05e78c369051a89f40e260d259 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Wed Jun 06 15:06:01 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Tue Jun 19 16:28:29 2018 -0700 |
tree | ef6205409867e9dffca9922cb64dd5bd5a82e644 | |
parent | e4b2238b33c05d491257ea418498b4c5fcca2268 [diff] [blame] |
mgmt+face: allow MTU of datagram faces to be overridden refs #4005 Change-Id: I01d98b88cdee41b633f6fb9a5600088efe8de749
diff --git a/daemon/face/unicast-udp-transport.hpp b/daemon/face/unicast-udp-transport.hpp index b1eb672..03f1c86 100644 --- a/daemon/face/unicast-udp-transport.hpp +++ b/daemon/face/unicast-udp-transport.hpp
@@ -42,7 +42,8 @@ public: UnicastUdpTransport(protocol::socket&& socket, ndn::nfd::FacePersistency persistency, - time::nanoseconds idleTimeout); + time::nanoseconds idleTimeout, + optional<ssize_t> overrideMtu = {}); protected: bool