We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf87ce commit c8902c3Copy full SHA for c8902c3
1 file changed
examples/p4-custom-test.cc
@@ -79,7 +79,7 @@ main (int argc, char *argv[])
79
80
// Simulation parameters
81
uint16_t pktSize = 1000; //in Bytes. 1458 to prevent fragments, default 512
82
-
+ P4GlobalVar::g_channelType = P4ChannelType::P2P;
83
// h1 -> h3 with 2.0Mbps, h2 -> h4 with 1.0Mbps
84
std::string appDataRate[] = {"2.0Mbps", "1.0Mbps"};
85
0 commit comments