diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/transport/super_send_packet_handler.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/super_send_packet_handler.hpp b/host/lib/transport/super_send_packet_handler.hpp index 3d68507ed..46c98afea 100644 --- a/host/lib/transport/super_send_packet_handler.hpp +++ b/host/lib/transport/super_send_packet_handler.hpp @@ -132,6 +132,7 @@ public: ){ //translate the metadata to vrt if packet info vrt::if_packet_info_t if_packet_info; + if_packet_info.packet_type = vrt::if_packet_info_t::PACKET_TYPE_DATA; if_packet_info.has_sid = false; if_packet_info.has_cid = false; if_packet_info.has_tlr = true; |