| Class | Racket::L4::SCTP |
| In: |
lib/racket/l4/sctp.rb
(CVS)
|
| Parent: | RacketPart |
| checksum | Checksum | |
| dst_port | Destination port | |
| payload | ||
| src_port | Source port | |
| verification | Verification tag |
Add a new SCTP chunk (see tools.ietf.org/html/rfc4960)
# File lib/racket/l4/sctp.rb, line 45 def add_chunk(type, flags, length, data) @chunks << [ type, flags, length, data ] end