Skip to content

Commit

Permalink
routing: fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Aug 7, 2024
1 parent 677f2c3 commit bc31a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routing/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ type Config struct {
// sessions.
SessionSource PaymentSessionSource

// QueryBandwidth is a method that allows the router to query the lower
// link layer to determine the up-to-date available bandwidth at a
// prospective link to be traversed. If the link isn't available, then
// GetLink is a method that allows the router to query the lower link
// layer to determine the up-to-date available bandwidth at a
// prospective link to be traversed. If the link isn't available, then
// a value of zero should be returned. Otherwise, the current up-to-
// date knowledge of the available bandwidth of the link should be
// returned.
Expand Down

0 comments on commit bc31a8b

Please sign in to comment.