NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
dns_soa_record结构体 参考

DNS SOA(Start of Authority)资源记录 更多...

#include <dns_message.hpp>

Public 属性

string mname
 主名称服务器
string rname
 管理员邮箱
uint32_t serial {0}
 区域序列号
uint32_t refresh {0}
 刷新间隔(秒)
uint32_t retry {0}
 重试间隔(秒)
uint32_t expire {0}
 过期时间(秒)
uint32_t minimum {0}
 最小TTL(秒)

详细描述

DNS SOA(Start of Authority)资源记录

SOA记录标记DNS区域的授权起始,包含区域传输参数。

在文件 dns_message.hpp426 行定义.


该结构体的文档由以下文件生成: