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