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
b4c7fd1a0f0e7a2a58f5d8c9c64d9b3463d9bb94
zhangyang-libzt
/
src
History
Brenton Bostick
b4c7fd1a0f
Fix: Cannot resolve symbol 'localPort'
...
Remove second bind() with unused backlog arg and identical impl as first bind()
2023-08-02 12:55:22 -04:00
..
bindings
Fix: Cannot resolve symbol 'localPort'
2023-08-02 12:55:22 -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
Fix mismatched types in tcp relay api
2023-07-26 12:41:18 -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
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.