网络通信
leocuka
闲庭信步,悠然自得
展开
-
winsock与unix posix中select参数的区别
winsock:int select ( int nfds, fd_set FAR * readfds, fd_set FAR * writefds, fd_set FAR * exceptfds, const struct timeval FAR * timeout);nfds [in] This parameter is ignored; it is included on原创 2004-08-30 16:37:00 · 1730 阅读 · 0 评论 -
Linux名字服务器(named)简单配置
今天要搭一个域名解析系统的测试环境,看了一下named的使用手册,就能利用named搭出来一个简单的DNS服务器。一、命令和参数named是一个命令行程序,是linux的DNS服务器,基于RFCs 1033, 1034和1035设计,命令行的参数如下:named [-c config-file] [-d debuglevel] [-f -g -s] [-n #cpus] [-p port#原创 2006-02-07 16:03:00 · 22291 阅读 · 0 评论 -
NGN
For voice applications one of the most important devices in NGN is a Softswitch - a programmable device that controls Voice over IP (VoIP) calls. It enables correct integration of different protocols within NGN. The most important function of the Softswitc原创 2010-10-09 15:59:00 · 374 阅读 · 0 评论 -
Select system call limitation in Linux
Try finding a network sample code of how to accept TCP connections and most likely you will find the select() system call in such code. The转载 2011-09-10 16:03:12 · 696 阅读 · 0 评论