Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Jun 11, 2024
1 parent a41ff81 commit 1539a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/outbound/direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (d *Direct) DialContext(ctx context.Context, metadata *C.Metadata, opts ...
func (d *Direct) ListenPacketContext(ctx context.Context, metadata *C.Metadata, opts ...dialer.Option) (C.PacketConn, error) {
fmt.Println(DisableLoopBackDetector)
if !features.CMFA || !DisableLoopBackDetector {
fmt.Println("test")
if err := d.loopBack.CheckPacketConn(metadata); err != nil {
return nil, err
}
Expand Down

0 comments on commit 1539a80

Please sign in to comment.