diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-10-07 11:25:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2022-10-07 11:25:49 +0000 |
commit | 03fb1444ad41d254469b4749382d1bf2b7cc48da (patch) | |
tree | bec48fc28af32a6f2c002060a45dd99cca471a9c /apps/ping/src/ping_client.cc | |
parent | cc00608f208258ecce9f7502a6ceca86f095076b (diff) | |
parent | 1e73c65c7b18ffcd5a8836fbc8384c21638faf48 (diff) |
Merge "test: new packet format functional test with hiperf/libtransport"
Diffstat (limited to 'apps/ping/src/ping_client.cc')
-rw-r--r-- | apps/ping/src/ping_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ping/src/ping_client.cc b/apps/ping/src/ping_client.cc index 116d228d4..b3495ed20 100644 --- a/apps/ping/src/ping_client.cc +++ b/apps/ping/src/ping_client.cc @@ -58,7 +58,7 @@ class Configuration { bool jump_ = false; uint32_t jump_freq_ = 0; uint32_t jump_size_ = 0; - hicn_packet_format_t packet_format_ = HICN_PACKET_FORMAT_IPV6_TCP; + hicn_packet_format_t packet_format_ = HICN_PACKET_FORMAT_DEFAULT; Configuration() = default; }; |