mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
warnings removed
This commit is contained in:
parent
64dd43c6f3
commit
3980b985f2
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ pub(crate) trait ProxyHandler: Send + Sync {
|
||||||
fn consume_data(&mut self, dir: OutgoingDirection, size: usize);
|
fn consume_data(&mut self, dir: OutgoingDirection, size: usize);
|
||||||
fn peek_data(&mut self, dir: OutgoingDirection) -> OutgoingDataEvent;
|
fn peek_data(&mut self, dir: OutgoingDirection) -> OutgoingDataEvent;
|
||||||
fn connection_established(&self) -> bool;
|
fn connection_established(&self) -> bool;
|
||||||
|
#[allow(dead_code)]
|
||||||
fn data_len(&self, dir: OutgoingDirection) -> usize;
|
fn data_len(&self, dir: OutgoingDirection) -> usize;
|
||||||
|
#[allow(dead_code)]
|
||||||
fn reset_connection(&self) -> bool;
|
fn reset_connection(&self) -> bool;
|
||||||
fn get_udp_associate(&self) -> Option<SocketAddr>;
|
fn get_udp_associate(&self) -> Option<SocketAddr>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue