Skip to content

Commit

Permalink
Dialer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Dec 20, 2023
1 parent 589cd03 commit c3ce782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ func (l *links) connect(ctx context.Context, u *url.URL, info linkInfo, options
dialer = l.unix
case "quic":
dialer = l.quic
case "mptcp":
dialer = l.mptcp
default:
return nil, ErrLinkUnrecognisedSchema
}
Expand Down

0 comments on commit c3ce782

Please sign in to comment.