This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-libzt
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-libzt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2a8670e5c8879fed304662c5311ed3c78afc8ed2
zhangyang-libzt
/
src
History
Joseph Henry
2a8670e5c8
Merge pull request
#249
from zerotier/brenton/fix-formatting
...
fix formatting
2023-08-19 08:45:35 -07:00
..
bindings
Fix warning: [cast] redundant cast to int
2023-08-18 08:46:21 -04:00
Central.cpp
Fix typos ZTS_CENRTAL_MAX_URL_LEN -> ZTS_CENTRAL_MAX_URL_LEN
2023-05-25 15:43:28 -04:00
Controls.cpp
Add missing zts_init_set_low_bandwidth_mode
2023-08-03 15:47:50 -07:00
Debug.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.cpp
fix formatting
2023-08-18 08:43:09 -04:00
Events.hpp
fix typos
2023-07-19 10:39:11 -04:00
lwipopts.h
Fix typo TCP_SLOW_INTERVALs -> TCP_SLOW_INTERVAL
2023-05-25 15:43:34 -04:00
NodeService.cpp
Merge pull request
#237
from zerotier/brenton/fix-switch
2023-08-02 09:20:55 -07:00
NodeService.hpp
Port over TCP relay functionality from ZeroTier One
2023-07-24 18:56:40 -07:00
README.md
fix typo in examples link
2022-08-16 14:16:32 -03:00
Signals.cpp
Remove unnecessary include to
fix
#115
2021-05-06 00:56:44 -07:00
Signals.hpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Sockets.cpp
Include sys/endian.h in Sockets.cpp for Android
2022-01-03 17:43:16 -05:00
Utilities.cpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Utilities.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
VirtualTap.cpp
Use lowercase when including Windows headers
2021-12-29 16:23:32 -05:00
VirtualTap.hpp
Reduce number of compile-time warnings
2021-04-30 15:36:46 -07:00
README.md
C++ Source
C API is exposed via
include/ZeroTierSockets.h
bindings/
Contains the source for wrappers in various languages. See
examples/
for their usage.