Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Kernel/Linux system call/Socket System call/
listen()
Search

listen()

Creator
Creator
Seonglae Cho
Created
Created
2023 Sep 23 17:38
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Nov 5 6:42
Refs
Refs
소켓에서 대기할 수 있는 연결 요청의 개수를 지정
 
 
 
 
 
 
[소켓 프로그래밍] listen API의 backlog 무식하게 알아보기 (feat. gunicorn)
서버를 위한 socket 프로그래밍을 할 때, listen API를 사용해 socket에 binding 된 host와 port로 들어오는 커넥션 요청을 받겠다고 선언할 수 있다. listen API의 첫번째 인자는 socketfd이며, socket의 file desc
[소켓 프로그래밍] listen API의 backlog 무식하게 알아보기 (feat. gunicorn)
https://velog.io/@techy-yunong/socket-programming-listen-API-backlog
[소켓 프로그래밍] listen API의 backlog 무식하게 알아보기 (feat. gunicorn)
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Kernel/Linux system call/Socket System call/
listen()
Copyright Seonglae Cho