⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libdiameternasreq.txt

📁 Diameter协议栈
💻 TXT
字号:
/*!\mainpage Diameter NASREQ Application API\author Yoshihiro Ohba\date Created: June 18, 2004\date Updated: June 23, 2004\section IntroductionThe libdiameternasreq library provides a C++ API to Diameter NASREQApplication.  The library implements the specification defined indraft-ietf-aaa-diameter-nasreq-16.txt.  This document describes theAPI.\section tagBasicFeatures Basic FeaturesThe API has the following features.- <b>Client (NAS) and Server implementation</b> The libdiameternasreqlibrary provides both Diameter NASREQ client and serverimplementations.- <b>Thread safety and load balancing</b>.  The libdiametereap libraryis written based on the Open Diameter Framework API, which makes thelibrary thread-safe and it is also possible to do load balancing amongmultiple threads to achieve a maximal performance.- <b>Open-ended API</b>.  The Diameter NASREQ API is extensible in away that server applications can define its own authorizationdecisions for each authorization attribute carried in Diameter NASREQAA-Answer messages and that client applications can define its ownenforcement functions for each authorization attribute carried inAA-Answer.  Client applications can also define "Set" functions foreach authorization attribute carried in an AA-Request to request theserver for authorization for particular attributes and "Enforce"functions for each authorization attribute carried in an AA-Answer toinstall attributes that have been authorized by the server.- <b>OS independence</b>.  The library is developed by fully utilizingthe <A HREF="http://www.cs.wustl.edu/%7Eschmidt/ACE.html"> ACE(Adaptive Communication Environment) API </A> so that it can workmajor operating systems including Linux, UNIX and Windows for whichACE is supported.\section tagSample Sample Program\subsection tagServer Server Sample Program\include server_test.cxx\subsection tagClient Client Sample Program\include client_test.cxx*/

⌨️ 快捷键说明

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