|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
ICMP协议Socket实现 更多...
类 | |
| struct | icmp_header |
| ICMP头部结构定义 更多... | |
| class | icmp_socket |
| ICMP Socket类 更多... | |
| struct | icmp_socket::ping_result |
| Ping操作结果 更多... | |
| struct | icmp_socket::traceroute_hop |
| Traceroute跳点信息 更多... | |
ICMP协议Socket实现
此文件提供了ICMP(Internet控制消息协议)Socket的实现, 支持Ping和Traceroute等网络诊断功能。
在文件 icmp_socket.hpp 中定义.