Joseph Henry
|
18aea2d3d3
Removed unused code
|
9 years ago |
Joseph Henry
|
74e22368b5
Fixed sketchy memcpy logic, also added checks for service RPC ACK
|
9 years ago |
Adam Ierymenko
|
d03a63e055
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
|
9 years ago |
Adam Ierymenko
|
93ab8d46b9
Merge branch 'dev' into edge
|
9 years ago |
Adam Ierymenko
|
740eb6ebc4
Simplify Peer locking to eliminate deadlock with new path recursion check code (and also probably improve performance).
|
9 years ago |
Adam Ierymenko
|
d6f0f1a82a
Use network user ptr in lookup for Ethernet frame handling to eliminate map lookup.
|
9 years ago |
Adam Ierymenko
|
83ef98a9dc
Add a network-associated user ptr in API.
|
9 years ago |
Adam Ierymenko
|
3edfbfec93
Merge branch 'master' into dev
|
9 years ago |
Adam Ierymenko
|
68c004ef68
Merge pull request #291 from JackyRen/patch-1
|
9 years ago |
Joseph Henry
|
e2ae9165c6
RPC update
|
9 years ago |
Adam Ierymenko
|
704205c5f7
Dead code removal.
|
9 years ago |
Ren Jie
|
21656ba015
Update controller README.md
|
9 years ago |
Adam Ierymenko
|
bbcc3304a0
Check shouldUsePathForZeroTierTraffic in legacy beacon responder.
|
9 years ago |
Adam Ierymenko
|
c6571073fe
Get rid of constructor/destructor in libzerotierintercept, and simplify a few things.
|
9 years ago |
Adam Ierymenko
|
ba9fcb31d0
Merge branch 'dev' into edge
|
9 years ago |
Joseph Henry
|
78c0f0a443
RPC detection fix
|
9 years ago |
Joseph Henry
|
7656e6b9f8
Transfer tune-up
|
9 years ago |
Joseph Henry
|
39d79f34ab
Added RPC ACK
|
9 years ago |
Adam Ierymenko
|
b3e3d4cacc
Instead of using binary packet comparison, add a callback to the API to explicitly check whether paths should be used. Check in with this callback (if present) when learning new paths or sending initial packets.
|
9 years ago |
Joseph Henry
|
3e65ecb93d
Stateless RPC rework
|
9 years ago |
Adam Ierymenko
|
ba2a89c760
docs
|
9 years ago |
Adam Ierymenko
|
eea634a432
Refactor to eliminate copypasta.
|
9 years ago |
Adam Ierymenko
|
ab19e19f00
Fix a bug that we visually found in Windows code -- it was not advertising uPnP addresses?!?
|
9 years ago |
Adam Ierymenko
|
1023ef23b7
Remove somewhat ugly and costly anti-recursion hack -- we will switch to more explicit methods.
|
9 years ago |
Adam Ierymenko
|
a56fbc1929
Close another potential anti-recursion loophole.
|
9 years ago |
Adam Ierymenko
|
47ce52228b
Roots should probably not do this since it would likely be a waste of packets.
|
9 years ago |
Adam Ierymenko
|
ff9317365a
Merge branch 'dev' into edge
|
9 years ago |
Adam Ierymenko
|
0a3ef38cad
Put old test code in attic.
|
9 years ago |
Adam Ierymenko
|
9aee72099e
AntiRecursion cleanup and some other minor things.
|
9 years ago |
Adam Ierymenko
|
05b2c0743f
Tighten up dead path detection. Should now auto-detect dead paths in less than 10 seconds at a very small cost in ECHO requests (or HELLOs for older peers). GitHib issue #272
|
9 years ago |