mayfly227 / LightSocks-cxx
⚡️一个轻巧的网络混淆代理🌏
☆28Updated 3 years ago
Alternatives and similar repositories for LightSocks-cxx:
Users that are interested in LightSocks-cxx are comparing it to the libraries listed below
- 🌐 Light SOCKS5 proxy☆64Updated 5 years ago
- A QUIC implementation in C++11 coroutine☆95Updated 9 months ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆113Updated 3 years ago
- Implementation of http, https, socks4/socks4a, socks5 server and client proxy protocols using modern c++ (使用现代 c++ 实现 http、https、socks4/s…☆233Updated last week
- a simple vpn implemented based on c++ asio.☆104Updated 3 years ago
- c++ Json library☆48Updated last week
- 高性能博客系统☆27Updated 5 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆21Updated 4 years ago
- C/C++/Golang/Linux...知识整理☆98Updated 3 months ago
- Pure copy from sylar☆16Updated 2 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆31Updated 2 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 实训课程项目 - 多人IM,使用Qt构建☆55Updated 4 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 使用win api完成对网卡信息的获取和设置☆19Updated 4 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆83Updated 5 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆79Updated 4 years ago
- my shadowsocks port (deprecated)☆11Updated 5 years ago
- A Qt demo for p2p LAN chat and file transmission☆44Updated 6 years ago
- tcp socket with support of c++20 coroutine (coroutine TS)☆26Updated last year
- 💎我的CS学习笔记,地址:https://notes.riba2534.cn☆20Updated 2 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆71Updated 5 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆59Updated 8 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- ☆40Updated 6 years ago
- 即时通信 select/poll/epoll☆45Updated 5 years ago
- Linux 多线程服务端编程 一书的脚注合集☆20Updated 3 years ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆93Updated 7 years ago
- 网络抓包☆101Updated 2 years ago
- (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (…☆37Updated 8 years ago