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
5874e442eb0b4fbd1b5ca44b51e39e5258832048
zhangyang-libzt
/
src
History
Joseph Henry
5874e442eb
Port over TCP relay functionality from ZeroTier One
2023-07-24 18:56:40 -07:00
..
bindings
Merge pull request
#231
from zerotier/brenton/fix-return-type-warnings
2023-07-20 10:30:01 -07: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
Port over TCP relay functionality from ZeroTier One
2023-07-24 18:56:40 -07:00
Debug.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.cpp
fix unused warnings
2023-07-19 15:19:40 -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
Port over TCP relay functionality from ZeroTier One
2023-07-24 18:56:40 -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.