mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix processing multiple sniffs
This commit is contained in:
parent
4f3ee61104
commit
d55d5009c2
3 changed files with 29 additions and 13 deletions
|
@ -53,10 +53,11 @@ type InboundContext struct {
|
|||
|
||||
// sniffer
|
||||
|
||||
Protocol string
|
||||
Domain string
|
||||
Client string
|
||||
SniffContext any
|
||||
Protocol string
|
||||
Domain string
|
||||
Client string
|
||||
SniffContext any
|
||||
PacketSniffError error
|
||||
|
||||
// cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue