mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Change path selection logic to exclude non-fixed and non-active paths -- possible fix for "NAT traversal coma" issue. Also fix a typo.
This commit is contained in:
parent
7b6f10e859
commit
ee9e6a3c6b
2 changed files with 22 additions and 1 deletions
|
@ -50,7 +50,7 @@ one: $(OBJS) main.o
|
|||
ln -sf zerotier-one zerotier-cli
|
||||
ln -sf zerotier-one zerotier-idtool
|
||||
|
||||
selftest: $(OBJS) sefltest.o
|
||||
selftest: $(OBJS) selftest.o
|
||||
$(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.o $(OBJS) $(LIBS)
|
||||
$(STRIP) zerotier-selftest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue