Answers

Question and Answer:

  Home  Unix Socket Programming

⟩ What are raw sockets?

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.

 141 views

More Questions for you: