Home Tags Stream control

Tag: stream control

The Socket API, Part 5: SCTP

15
This article on socket programming deals with the Stream Control Transmission Protocol (SCTP). Similar to TCP and UDP, SCTP provides some features of both. It...

Capturing Packets In Your C Program, With Libpcap

31
This article provides an introduction to libpcap, and shows, with examples of source code, how you can use it to create your own packet-sniffing...