Answer Posted / william
A raw socket is a socket that allows access to packet
headers on incoming and outgoing packets. Raw sockets
always receive the packets with the packet header included
as opposed to non-raw sockets which strip the header and
only receive the packet payload.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
What's the difference between impact sockets and regular sockets?
How do unix sockets work?
How to find other end of unix socket connection?
What is a socket address?
Are unix sockets faster than tcp?
What does af mean in sockets?
How can I set the timeout for the connect() system call?
What exactly is a socket?
What is socket address?
How does a socket work?
What is active unix domain sockets?
How are unix domain sockets implemented?
What is a socket api?
Why sockets are used?