Tagged Questions
0
votes
1answer
117 views
Socket buffer and purpose of SO_RCVBUF [closed]
I'm trying to figure out what the SO_RCVBUF actually does.
Referring to the Linux kernel, it seems that the value specified with this option is just assigned to a variable (sk_buff.rcvbuf), which ...
3
votes
2answers
4k views
How do I reserve ports for my application?
How do I reserve a list of ports for my custom applications?
To be specific, the product I'm creating has a lot of processes and a lot of intercommunication between them.
The problem I'm having is ...