• Home
  • Raw
  • Download

Lines Matching refs:SCTP

1 # SCTP user-land implementation (usrsctp)
3 SCTP is a message oriented, reliable transport protocol with direct support for multihoming that ru…
5 Like TCP, SCTP provides reliable, connection oriented data delivery with congestion control. Unlike…
7SCTP User-land implementation will be described. It is based on [RFC 6458](https://tools.ietf.org…
47 Both programs can either send data over SCTP directly or use UDP encapsulation, thus encapsulating …
77 ### Sending over SCTP
79 To send data over SCTP directly you might need root privileges because raw sockets are used. Thus i…
83 Instead of asking constantly for new data, a callback API can be used that is triggered by SCTP. A …
102 …end data directly over SCTP because not all NAT boxes can process SCTP packets, the data can be se…
116 A representation of an SCTP endpoint is a socket. Is it created with `usrsctp_socket()`. The functi…
233 * SHUT_RD: Disables further receive operations. No SCTP protocol action is taken.
234 * SHUT_WR: Disables further send operations, and initiates the SCTP shutdown sequence.
235 …* SHUT_RDWR: Disables further send and receive operations, and initiates the SCTP shutdown sequen…
329 * level: Set to IPPROTO_SCTP for all SCTP options.
505 SCTP ABC max increase per SACK (L). Default: 1
581 An important extension of SCTP is the dynamic address reconfiguration (see [RFC 5061](https://tools…
584 If SCTP Auto-ASCONF is enabled, the peer is informed automatically when a new address
599 A prominent feature of SCTP is the possibility to use several addresses for the same association. O…
612 To be able to pass NAT boxes, the boxes have to handle SCTP packets in a specific way.
615 SCTP NAT friendly operation. Default:1
618 Enable sending of the nat-friendly SCTP option on INITs. Default: 0
621 Set the SCTP/UDP tunneling port. Default: 9899
623 ## SCTP Mobility
626 Enable SCTP base mobility. Default: 0
631 Enable SCTP fast handoff. default: 0
642 Determines whether SCTP should respond to the drain calls. Default: 1
663 Enable SCTP blackholing. Default: 0
698 sctp_max_burst_default | Default max burst for SCTP endpoints | 0
713 sctp_fr_max_burst_default | Default max burst for SCTP endpoints when fast retransmitting | 4
714 sctp_auto_asconf | Enable SCTP Auto-ASCONF | 1
715 sctp_multiple_asconfs | Enable SCTP Muliple-ASCONFs | 0
716 sctp_asconf_auth_nochk | Disable SCTP ASCONF AUTH requirement | 0
717 sctp_auth_disable | Disable SCTP AUTH function | 0
718 sctp_nat_friendly | SCTP NAT friendly operation | 1
719 sctp_inits_include_nat_friendly | Enable sending of the nat-friendly SCTP option on INITs. | 0
720 sctp_udp_tunneling_port | Set the SCTP/UDP tunneling port | 9899
721 sctp_do_drain | Determines whether SCTP should respond to the drain calls | 1
729 sctp_mobility_base | Enable SCTP base mobility | 0
730 sctp_mobility_fasthandoff | Enable SCTP fast handoff | 0
731 sctp_L2_abc_variable | SCTP ABC max increase per SACK (L) | 1
733 sctp_blackhole | Enable SCTP blackholing | 0
752 #### SCTP subsubsection
759 `Authenticated Chunks for the Stream Control Transmission Protocol (SCTP)`.</br>
764 `Stream Control Transmission Protocol (SCTP) Dynamic Address Reconfiguration`.</br>
769 `Sockets API Extensions for the Stream Control Transmission Protocol (SCTP)`.</br>
774 `Stream Control Transmission Protocol (SCTP) Stream Reconfiguration`.</br>
779 `UDP Encapsulation of Stream Control Transmission Protocol (SCTP) Packets for End-Host to End-Host …