这里简要列出内容 不做详细总结

 

1.接口模型

1).一到一形式

2).一到多形式

 

2.涉及函数

  • sctp_bindx函数
  • sctp_connectx函数
  • sctp_getpaddrs函数
  • sctp_freepaddrs函数
  • sctp_getladdrs函数
  • sctp_freeladdrs函数
  • sctp_sendmsg函数
  • sctp_recvmsg函数
  • sctp_opt_info函数
  • sctp_peeloff函数
  • shutdown函数

 

3.头端阻塞

 

4.控制总结

 

程序代码示例详见UNP

 

 

 

 

 

相关文章:

  • 2021-11-10
  • 2021-08-30
  • 2021-12-31
  • 2021-12-03
  • 2021-11-11
  • 2022-01-21
  • 2021-12-26
  • 2021-05-20
猜你喜欢
  • 2022-03-02
  • 2021-12-07
  • 2021-10-28
  • 2021-10-04
  • 2021-06-20
  • 2021-07-24
  • 2021-06-29
相关资源
相似解决方案