mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-04 20:37:44 +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
|
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 {
|
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