mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
rename crate "bittorrent_udp" to "aquatic_udp_protocol"
This commit is contained in:
parent
abc0034a45
commit
bc4ada104d
22 changed files with 46 additions and 48 deletions
|
|
@ -7,7 +7,7 @@ use parking_lot::MutexGuard;
|
|||
use rand::{SeedableRng, Rng, rngs::{SmallRng, StdRng}};
|
||||
|
||||
use aquatic_common::extract_response_peers;
|
||||
use bittorrent_udp::types::*;
|
||||
use aquatic_udp_protocol::types::*;
|
||||
|
||||
use crate::common::*;
|
||||
use crate::config::Config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue