Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vbernat
on July 2, 2016
|
parent
|
context
|
favorite
| on:
Why do we use the Linux kernel's TCP stack?
The kernel TCP stack has two important constraints that alternatives usually don't have:
1. Ability to handle packets to/from multiple applications
2. Expose the BSD socket API
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
1. Ability to handle packets to/from multiple applications
2. Expose the BSD socket API