Hello,
What is a difference between the 2 following?
include/net/sock.h :
struct sock{
[...]
unsigned short num; /* Local port */
__u16 sport; /* Source port */
[..]
Thanks,Quote:}
-marek