Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
backlog
백로그
Ultimo aggiornamento 2006-09-06
Frequenza di utilizzo: 1
Qualità:
there is no standard provision to find out the actual backlog value on this platform.
참고: the maximum number passed to the backlog parameter highly depends on the underlying platform. on linux, it is silently truncated to somaxconn. on win32, if passed somaxconn, the underlying service provider responsible for the socket will set the backlog to a maximum reasonable value. there is no standard provision to find out the actual backlog value on this platform.
the backlog parameter defines the maximum length the queue of pending connections may grow to.
socket_create_listen() create a new socket resource of type af_inet listening on all local interfaces on the given port waiting for new connections.