由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 难道是用perl太多的结果
相关主题
一个socket中select函数的问题请教一道C语言的题目
network programming dummy questionC++ questions
热门技术系统学习,求指导Linux下有办法通过C/C++得到已经调入内存的library的full path么
想知道家在linux下都有什么c++ socket librarycpp指针地址是virtual memory address还是physical address?
请教一个C的问题请教:记录访问者IP时,发生的奇怪问题!
What's wrong with this?a pointer to a const addr
有个关于stack address的问题问一个Linux无法监听指定端口的问题
how to count the times a function is used多文本搜索多个字符串
相关话题的讨论汇总
话题: addr话题: port话题: 1645话题: 1812话题: source
进入Programming版参与讨论
1 (共1页)
s*******d
发帖数: 59
1
这是OpenRadius的一部分说明,这家伙感觉都走火入魔了。
# The following few examples all define two
# sockets, one listening on 172.16.1.1:1645
# and the other on port 1812 for all addresses:
source(addr=172.16.1.1, port=1645,
addr=0.0.0.0, port=1812),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812, addr=0.0.0.0),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812),
# which is the same as:
source(port=1645, port=1812,
addr=172.16.1.1, addr=0.0
1 (共1页)
进入Programming版参与讨论
相关主题
多文本搜索多个字符串请教一个C的问题
C一个问题搞不懂What's wrong with this?
docker有没有windows client?有个关于stack address的问题
请教一个Socket Programming 问题(C language)how to count the times a function is used
一个socket中select函数的问题请教一道C语言的题目
network programming dummy questionC++ questions
热门技术系统学习,求指导Linux下有办法通过C/C++得到已经调入内存的library的full path么
想知道家在linux下都有什么c++ socket librarycpp指针地址是virtual memory address还是physical address?
相关话题的讨论汇总
话题: addr话题: port话题: 1645话题: 1812话题: source