sresolv.docs

来自「Internet Phone, Chat, Conferencing」· DOCS 代码 · 共 27 行

DOCS
27
字号
/**@mainpage Sofia Asynchronous DNS Resolver@section sresolv_meta Module InformationThe Sofia @b sresolv module consists of an asynchronous DNS resolver withEDNS extensions. The interface to library is defined in <sresolv.h>.@CONTACT Pekka Pessi <Pekka.Pessi@nokia.com>@STATUS Core library@LICENSE LGPL@section sresolv_oveview Using SResolvThe sresolv works asynchronously, in other words, it sends a query to DNSserver and returns immediately to the caller. When the query is completed,sresolv signals application through a callback function. The application canetieher explicitly poll(2) on file descriptors used by resolver and calldriver functions, or it canuse @ref su_root_t "su root" a pointer to asu_root_t object.There is an internal cache used by sresolv. */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?