Description | Hierarchy | Fields | Methods | Properties |
type TRAWBlockSocket = class(TBlockSocket)
Implementation of RAW socket.
For this object you must have rights for creating RAW sockets!
function GetSocketType: integer; override; |
|
function GetSocketProtocol: integer; override; |
function GetSocketType: integer; override; |
Return value of socket type. For RAW and ICMP return SOCK_RAW.
function GetSocketProtocol: integer; override; |
Return value of protocol type for socket creation. For RAW returns IPPROTO_RAW.