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 exactly is a socket?
Can a single socket port be used for multiple applications?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
Can multiple sockets use the same port?
What is a socket api?
What pieces of information make up a socket?
What is socket address with example?
Why does the sockets buffer fill up sooner than expected?
How do I convert a string into an internet address?
What is a socket file?
What is the purpose of socket?
Are sockets files?
What's the difference between impact sockets and regular sockets?
How do I use TCP_NODELAY?
What is the difference between read() and recv()?