| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #1289 zerotier should have it's own copy of the id hashing code | Garrett D'Amore | 2020-08-16 |
| | | | | | | | | | | | | fixes #1288 id allocation can overallocate fixes #1126 consider removing lock from idhash This substantially refactors the id hash code, giving a cleaner API, and eliminating a extra locking as well as some wasteful allocations. The ZeroTier code has it's own copy, that is 64-bit friendly, as the rest of the consumers need only a simpler 32-bit API. | ||
| * | fixes #1171 message header could be inlined in the message structure | Garrett D'Amore | 2020-02-26 |
| | | | | | | This uses a maximum 64-byte header and should avoid allocations and cache misses, leading to a small performance boost overall. | ||
| * | fixes #1189 Extract and deprecate polyamorous mode | Garrett D'Amore | 2020-02-07 |
