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:
Adam Ierymenko 2014-11-20 13:20:16 -08:00
commit ee9e6a3c6b
2 changed files with 22 additions and 1 deletions

View file

@ -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