You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCP 소켓 프로그래밍을 하기위햐서는 클라이언트의 연결 요청을 처리하여야 합니다. 연결요청을 처리하는 함수는 accept(2)함수가 존재합니다. accept함수의 실패원인들은 서버의 오류로 인하여 종종 에러가 반환될 수 있습니다. 그렇다면 클라이언트로부터 서버에서 동작중인 accept함수가 에러값을 리턴할 수 있도록 할 수 있을까 알기 위해 작성해보았습니다.