Skip to content

Commit 0340eba

Browse files
authored
forward: Remove capped path retrieval for shared dialer (#24)
1 parent dc6fed8 commit 0340eba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

forward/panpolicy/transport.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ type ConnInfo struct {
151151
}
152152

153153
func (d *SCIONDialer) GetMetrics(filteredAddrs []string) (*DialerMetrics, error) {
154-
if d.shared {
155-
// wont share any paths for the shared dialer
156-
// TODO maybe we want?
157-
return &DialerMetrics{}, nil
158-
}
159154

160155
panConnsPerAddr := d.connectionTracker.GetAllConnections()
161156
if len(panConnsPerAddr) == 0 {

0 commit comments

Comments
 (0)