alibabacloud-cdn-tool-toa
alibabacloud-cdn-tool-toa copied to clipboard
alibabacloud-cdn-tool-toa
English | 简体中文
Alibaba CDN TCP Option Address
The TOA(TCP Option Address) is a TCP option in TCP header which contains the source IP address. This kernel module is to obtain the IP address in TOA sent by Alibaba Cloud CDN servers. It only supports IPv4 yet.
Requirements
The kernel module only supports Linux v2.6.32-v3.10.0 yet, such as CentOS 6.5/7.2/7.7. To compile the kernel module, the environment requirements are as below:
- Kernel devel and related packages
- GCC compiler
- GNU make tool
Installation
-
Git clone or download the source package
-
Enter the
srcdirectory and compile the kernel modulecd src make -
Load the kernel module
sudo insmod tcp_toa.ko
Uninstallation
sudo rmmod tcp_toa
Changelog
Detailed changes for each release are documented in the release notes.
License
Copyright 2019-2020 Alibaba Group Holding Ltd.