Skip to content

Sample implementation of SCTP (RFC4960) Handshake using C socket Programming

Notifications You must be signed in to change notification settings

MaruvarKuzhali/sctp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stream Control Transmission Protocol

A sample implementation of sctp (RFC 4960) handshake using C socket programming.

Steps involved

1.TCP fourway handshake using 4 CHUNKS(INIT(1),INIT ACK(2),COOKIE ECHO(10),COOKIE SENT(11)).
2.Transferring of data using CHUNK 0(DATA).
3.Sending CHUNK 4(HEARTBEAT RRQUEST) and receiving CHUNK 5(HEARTBEAT ACK).
4.Using CHUNK 6(ABORT).

image

About

Sample implementation of SCTP (RFC4960) Handshake using C socket Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages