Skip to content

Commit

Permalink
feat(net): Use connect for TCP tracing (#134) - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 11, 2022
1 parent a51e821 commit 0f77b23
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 153 deletions.
109 changes: 33 additions & 76 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ fn start_backend(
tracer_config.packet_size,
tracer_config.payload_pattern,
tracer_config.source_port,
tracer_config.destination_port,
)?;
thread::Builder::new()
.name(format!("tracer-{}", tracer_config.trace_identifier.0))
Expand Down
Loading

0 comments on commit 0f77b23

Please sign in to comment.