Results 1 to 1 of 1
can anyone tell me some differences between "struct sock" and "struct socket" that are data structures of network protocol stack ?
till now I just find out that 'struct sock' ...
- 03-30-2009 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 31
differences between "struct sock" and "struct socket"
can anyone tell me some differences between "struct sock" and "struct socket" that are data structures of network protocol stack ?
till now I just find out that 'struct sock' provides the interface downward to the kernel and 'struct socket' provides interface upward to userspace.
Please correct me if I am wrong and also provide more differences.


Reply With Quote