mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Fix AEAD UDP server
This commit is contained in:
parent
f772573405
commit
d83f8fe119
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ func (c *serverConn) ReaderMTU() int {
|
|||
return MaxPacketSize
|
||||
}
|
||||
|
||||
func (c *serverConn) WriteIsThreadUnsafe() {
|
||||
func (c *Service) WriteIsThreadUnsafe() {
|
||||
}
|
||||
|
||||
func (s *Service) NewPacket(ctx context.Context, conn N.PacketConn, buffer *buf.Buffer, metadata M.Metadata) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue