mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 16:51:46 +00:00

|StreamSocket| and |ListenSocket| are replacements for |UnixSocketConsumer| that split connection listening and data transfer into separate classes. |RilConsumer| only requires data transfer, and with this patch it inherits from |StreamSocket| instead of |UnixSocketConsumer|.