TODO: how it really works, e.g., in Posix stack connections are actually accepted on one core but then forward to the destination core.
TODO: How does batching/buffering in our network stack works? If we write() a short string, or several short strings, when is the packet sent?
Back to table of contents. Previous: 24. RPC. Next: 26. Seastar::thread.