Chapter 11The RAW Socket
|
||
|
|
What do we have in this chapter?
Summary
Raw sockets are a powerful mechanism to manipulate the underlying protocol. This chapter illustrated how you can use raw sockets to create ICMP and ICMPv6 applications through Winsock, but raw sockets can be used in a multitude of other applications, too many to discuss in a single chapter. To take full advantage of the capabilities of raw sockets and the header include option (IP_HDRINCL and IPV6_HDRINCL), you must thoroughly understand the IP protocol as well as any protocols encapsulated in it.
|
|
|
Custom Search
|
|
< Chap 10: Quality-of-Service (QOS) | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Chap 12: Remote Access Service (RAS) > |
||