mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Improve user context
This commit is contained in:
parent
952ae62e05
commit
45a2ad9cd4
5 changed files with 12 additions and 28 deletions
|
@ -1,7 +1,6 @@
|
|||
package shadowsocks
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/md5"
|
||||
"net"
|
||||
|
||||
|
@ -36,15 +35,6 @@ type Handler interface {
|
|||
E.Handler
|
||||
}
|
||||
|
||||
type UserContext[U comparable] struct {
|
||||
context.Context
|
||||
User U
|
||||
}
|
||||
|
||||
func (c *UserContext[U]) Upstream() any {
|
||||
return c.Context
|
||||
}
|
||||
|
||||
type ServerConnError struct {
|
||||
net.Conn
|
||||
Source M.Socksaddr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue