Skip to content

Commit

Permalink
Enhance prio description of POLICY_PASSIVE
Browse files Browse the repository at this point in the history
Some users found description of POLICY_PASSIVE priority confusing
(probably because "priority" word is too overloaded) so add
some redundancy to make description unambiguous.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
  • Loading branch information
jfriesse committed Feb 25, 2020
1 parent ab72f92 commit b3752e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/libknet.h
Expand Up @@ -1151,7 +1151,7 @@ int knet_host_get_host_list(knet_handle_t knet_h,
* policy - there are currently 3 kind of simple switching policies
* based on link configuration.
* KNET_LINK_POLICY_PASSIVE - the active link with the highest
* priority will be used.
* priority (highest number) will be used.
* if one or more active links share
* the same priority, the one with
* lowest link_id will be used.
Expand Down

0 comments on commit b3752e7

Please sign in to comment.