In the server design, applies two forwarding modes of partial packet and entire packet forwarding, and the dynamic water level of sendingbuffer.
采用了立即转发和完整转发两种转发模式,以及动态调整发送缓冲区水线的发送模式。
2
Send function takes packets from application layer into sendingbuffer, and the receive function takes data from receiving buffer for the application layer.
发送函数将应用层数据包放入发送缓冲区,接收函数从接收缓冲区取得数据包。
3
Both provide a means to tell a sending endpoint that it should "buffer" messages when the transport back channel is not available.