Skip to content

Commit

Permalink
fix raw-tcp support for RAW streams
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Oct 2, 2024
1 parent 1aa3bf4 commit 7a3f571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/bngblaster/src/bbl_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1956,6 +1956,9 @@ bbl_stream_init() {
*(uint64_t*)stream->config->ipv6_ldp_lookup_address)) {
stream->ldp_lookup = true;
}
if(config->raw_tcp) {
stream->tcp = true;
}
bbl_stream_add(stream);
if(stream->type == BBL_TYPE_MULTICAST) {
LOG(DEBUG, "RAW multicast traffic stream %s added to %s with %0.2lf PPS\n",
Expand Down

0 comments on commit 7a3f571

Please sign in to comment.