Results of 1 - 10 of about 10 for backlog (0.005 sec.)
- Man page of LISTEN 14087
- LISTEN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 listen
...
clude < sys/socket.h > int listen(int sockfd , int backlog ); 説明 listen () は sockfd が参照するソケットを接 ...
のソケットを参照するファイルディスクリプターである。 backlog 引数は、 sockfd についての保留中の接続のキューの最 ...
インクルードするのが賢明であろう。 TCP ソケットでの backlog 引数の振る舞いは Linux 2.2 で変更された。 現在では ...
トのキューの最大長は /proc/sys/net/ipv4/tcp_max_syn_backlog を用いて設定できる。 syncookie が有効になっている場 ...
-
https://man.plustar.jp/manpage/man2/listen.2.html
- [similar]
- Man page of BIND 9367
- BIND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 bind - ソ
...
> #define MY_SOCK_PATH "/somepath" #define LISTEN_BACKLOG 50 #define handle_error(msg) \ do { perror(msg); e ...
= -1) handle_error("bind"); if (listen(sfd, LISTEN_BACKLOG) == -1) handle_error("listen"); /* Now we can acce ...
-
https://man.plustar.jp/manpage/man2/bind.2.html
- [similar]
- Man page of TCP 8849
- TCP Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 tcp - TCP
...
はシステムのメモリーに応じて調整される。 tcp_max_syn_backlog (integer; default: 下記参照; Linux 2.2 以降) The m ...
odified to keep TCP_SYNQ_HSIZE * 16 <= tcp_max_syn_backlog and the kernel should be recompiled. In Linux 2.6. ...
ions. For recommended alternatives see tcp_max_syn_backlog , tcp_synack_retries , and tcp_abort_on_overflow . ...
TCP syncookies. 1 Send out syncookies when the syn backlog queue of a socket overflows. 2 (since Linux 3.12) ...
-
https://man.plustar.jp/manpage/man7/tcp.7.html
- [similar]
- Man page of AUTOMAKE 8670
- AUTOMAKE Section: ユーザーコマンド (1) Updated: 2021/11 Index JM Home Page 名前 automake - autom
...
sh mdate-sh ABOUT-NLS ar-lib libversion.in missing BACKLOG compile ltcf-c.sh mkinstalldirs COPYING config.gue ...
-
https://man.plustar.jp/manpage/man1/automake-1.16.1.html
- [similar]
- Man page of AUTOMAKE 8670
- AUTOMAKE Section: ユーザーコマンド (1) Updated: 2021/11 Index JM Home Page 名前 automake - autom
...
sh mdate-sh ABOUT-NLS ar-lib libversion.in missing BACKLOG compile ltcf-c.sh mkinstalldirs COPYING config.gue ...
-
https://man.plustar.jp/manpage/man1/automake.1.html
- [similar]
- Man page of PACKET 8152
- PACKET Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 packet
...
single socket, moving to the next when one becomes backlogged. * PACKET_FANOUT_RND selects the socket using a ...
ー方式が有効になる。 元のファンアウトアルゴリズムが backlog ソケットを選択していれば、 パケットは次の利用可能な ...
-
https://man.plustar.jp/manpage/man7/packet.7.html
- [similar]
- Man page of SOCKET 7973
- SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket
...
負荷限界の警告メッセージに用いられる。 netdev_max_backlog グローバルな入力キューにおける最大のパケット数。 o ...
-
https://man.plustar.jp/manpage/man7/socket.7.html
- [similar]
- Man page of UNIX 7973
- UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ
...
RE); } /* * Prepare for accepting connections. The backlog size is set * to 20. So while one request is being ...
-
https://man.plustar.jp/manpage/man7/unix.7.html
- [similar]
- Man page of PROC 7794
- PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ
...
ys/net/core/somaxconn このファイルは listen (2) の backlog 引き数の上限値を規定する。 詳細は listen (2) のマニ ...
-
https://man.plustar.jp/manpage/man5/proc.5.html
- [similar]
- Man page of PROC 7794
- PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ
...
ys/net/core/somaxconn このファイルは listen (2) の backlog 引き数の上限値を規定する。 詳細は listen (2) のマニ ...
-
https://man.plustar.jp/manpage/man5/procfs.5.html
- [similar]
PREV
1
NEXT