mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-04 20:30:33 +00:00
UDP associate
This commit is contained in:
parent
46ca342aba
commit
da87fa8d5a
3 changed files with 34 additions and 6 deletions
|
@ -382,6 +382,10 @@ impl TcpProxy for HttpConnection {
|
|||
fn reset_connection(&self) -> bool {
|
||||
self.state == HttpState::Reset
|
||||
}
|
||||
|
||||
fn get_udp_associate(&self) -> Option<SocketAddr> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) struct HttpManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue