UDP associate

This commit is contained in:
ssrlive 2023-08-11 19:18:18 +08:00
parent 46ca342aba
commit da87fa8d5a
3 changed files with 34 additions and 6 deletions

View file

@ -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 {