mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic http load test: clean up ununsed struct, config field
This commit is contained in:
parent
597a2a83d1
commit
27071fa2df
2 changed files with 0 additions and 9 deletions
|
|
@ -7,10 +7,6 @@ pub use aquatic_http_protocol::response::*;
|
|||
pub use aquatic_http_protocol::request::*;
|
||||
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
|
||||
pub struct ThreadId(pub u8);
|
||||
|
||||
|
||||
#[derive(PartialEq, Eq, Clone)]
|
||||
pub struct TorrentPeer {
|
||||
pub info_hash: InfoHash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue