Complete established socket 과 Incomplete connection request
글쓴이: syan / 작성시간: 토, 2003/10/11 - 12:35오후
listen 함수의 man 페이지를 보니, linux 2.2에서 아래와 같이 listening queue의 성질이 변했다는데요. Completely established socket wating to be accepted과 incomplete connection request가 무슨 차이가 있는건가요?
클라이언트에서 connect()로 요청할 때, 어떤 기준으로 위와 같이 구분하는 건지 잘 모르겠습니다.
Quote:
The behaviour of the backlog parameter on TCP sockets changed with Linux 2.2. Now it specifies the queue length for
completely established sockets waiting to be accepted, instead of the number of incomplete connection requests. The
maximum length of the queue for incomplete sockets can be set using the tcp_max_syn_backlog sysctl. When syncookies
are enabled there is no logical maximum length and this sysctl setting is ignored. See tcp(7) for more information.
Forums:
댓글 달기