Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
閉じた接続とは、もう一方の端が正常に閉じたことを意味します。戻り値として0 を受け取ることを期待していますwrite()が、間違っている場合は修正してください。
write()
正確な動作は基盤となる OS に依存する場合がありますが、一般的にはエラーが発生するはずです。つまり、write返さ-1れて設定errnoされます (ECONNRESETたとえば)。
write
-1
errno
ECONNRESET