NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
icmp_socket.hpp 文件参考

ICMP协议Socket实现 更多...

icmp_socket.hpp 的引用(Include)关系图:

浏览该文件的源代码.

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 中定义.