TWSD-802: ICMP Timestamp Request Remote Date Disclosure.
Review Request #1015 — Created Aug. 18, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| chihchun | |
| APV10 | |
| rel_apv_10_7 | |
| Reviewers | |
| jasonchang, mingji, weikai | |
Disable the ICMP Timestamp reply function in APV
Since the ATCP thread sends the ICMP Timestamp Request packet to both the netisr thread and the Linux kernel, two reply packets are generated.
To fix this problem, I applied two methods:
Revised the code in ATCP to disable the reply function.
Added an iptables rule in the startup configuration to drop ICMP Timestamp Reply packets generated by the Linux kernel.
