mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
An incoming socket should only be considered connected after a program has received it from accept(). Before that point, it's only "half" open, and it might not ever actually be served to a program. Socket::accept is where m_connected is correctly set.
22 KiB
22 KiB