diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 15:08:36 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 15:08:36 -0700 |
commit | 30848c05e64b2f17d7889c5ef6a979079718f652 (patch) | |
tree | 17eb121e68875119de13704049b980170c9c40de /gr-blocks/lib/tuntap_pdu_impl.cc | |
parent | b29f5d3bef660a083e077237ffe5e4e47bab7cdb (diff) | |
parent | bbed667ecc7ff1ced67fbc87ac66f2b5299a4dc0 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-blocks/lib/tuntap_pdu_impl.cc')
-rw-r--r-- | gr-blocks/lib/tuntap_pdu_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/tuntap_pdu_impl.cc b/gr-blocks/lib/tuntap_pdu_impl.cc index 391b33937a..7bd0889d5e 100644 --- a/gr-blocks/lib/tuntap_pdu_impl.cc +++ b/gr-blocks/lib/tuntap_pdu_impl.cc @@ -57,7 +57,7 @@ namespace gr { : block("tuntap_pdu", io_signature::make (0, 0, 0), io_signature::make (0, 0, 0)), - stream_pdu_base(MTU), + stream_pdu_base(istunflag ? MTU : MTU + 14), d_dev(dev), d_istunflag(istunflag) { |