Improve udpnat

This commit is contained in:
世界 2022-05-30 12:19:38 +08:00
parent 1a554a61f3
commit b7d63b55c9
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 24 additions and 9 deletions

View file

@ -189,6 +189,9 @@ func (c *serverConn) Upstream() any {
return c.Conn
}
func (s *Service) WriteIsThreadUnsafe() {
}
func (s *Service) NewPacket(ctx context.Context, conn N.PacketConn, buffer *buf.Buffer, metadata M.Metadata) error {
err := s.newPacket(ctx, conn, buffer, metadata)
if err != nil {