正在加载图片...
Socket Programming in Client/Server Model listened socket(.) bind( (listened,…) Iterative iten( listened,… Server for(;; conned = accept(listened process the request close(conned) Concept HIstory Status FutureConcept HIstory Status Future 8 Iterative Server listenfd = socket(…); bind(listenfd,…); listen(listenfd,…) for ( ; ; ) { connfd = accept(listenfd, …); /* process the request */ close(connfd); } Socket Programming in Client/Server Model Concept
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有