This website requires JavaScript.
Explore
Help
Sign in
gfwleak
/
tango-tfe-kmod
Archived
Watch
1
Star
0
Fork
You've already forked tango-tfe-kmod
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
This repository has been archived on
2026-06-16
. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
34
commits
2
branches
6
tags
82
KiB
C
97.1%
Makefile
2.9%
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
Fuzzy
Lu Qiuwen
21026588df
修正向前兼容问题,读取不到当前包的方式时认为该包是C->S方向。
2020-04-02 17:12:50 +08:00
.editorconfig
根据editorconfig调整代码缩进、换行格式
2019-05-15 11:14:07 +08:00
.gitignore
修正tcprestore内存没有初始化的问题,修改启用判断窗口扩大选项的条件为客户端、服务器均需启用。
2019-07-03 01:31:23 +08:00
cmsg.c
修正向前兼容问题,读取不到当前包的方式时认为该包是C->S方向。
2020-04-02 17:12:50 +08:00
cmsg.h
修正向前兼容问题,读取不到当前包的方式时认为该包是C->S方向。
2020-04-02 17:12:50 +08:00
core.c
增加对第一个数据包为服务端先到达的协议的支持
2020-04-02 16:40:43 +08:00
dkms.conf
修正dkms.conf中模块名称错误的问题
2019-08-06 16:47:55 +08:00
Makefile
修正tfe-kmod因依赖关系名称不正确导致的编译失败
2019-08-06 17:02:29 +08:00
stat.c
增加cmsg丢弃的计数,修正错误处理中潜在的内存泄露问题。
2019-06-21 20:58:19 +08:00
stat.h
增加cmsg丢弃的计数,修正错误处理中潜在的内存泄露问题。
2019-06-21 20:58:19 +08:00
util.c
整理目录结构,修正当sendmsg()失败时sk_buff泄露的问题
2019-06-19 12:02:25 +08:00