fix smoltcp not wakeup closed socket

This commit is contained in:
sijie.sun
2025-03-12 23:14:36 +08:00
committed by Sijie.Sun
parent c2f535ead4
commit 389ea709ce
4 changed files with 82 additions and 13 deletions
+4
View File
@@ -193,6 +193,10 @@ enum TcpProxyEntryState {
Connected = 3;
// connection closed
Closed = 4;
// closing src
ClosingSrc = 5;
// closing dst
ClosingDst = 6;
}
message TcpProxyEntry {