readme: tpws bind-iface6 address type preferance

This commit is contained in:
bol-van
2021-03-05 21:52:13 +03:00
parent 848f170c84
commit 84ee4c5560
3 changed files with 7 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ static bool find_listen_addr(struct sockaddr_storage *salisten, const char *bind
return false;
// for ipv6 preference order
// bind-linklocal-1 : link-local,private,global
// bind-linklocal-1 : link-local,any
// bind-linklocal=0 : private,global,link-local
for(int pass=0;pass<3;pass++)
{