You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have extension bits, so this should be fairly similar to TCP. For the listening side, a new utp_setsockopt() option just like TCP_FASTOPEN can be used during the utp_call_on_accept callback. For the connecting side, utp_setsockupt() option like TCP_FASTOPEN_CONNECT tells the utp_connect() to "succeed" immediately and the fire utp_write() will initiate the connection with the initial data.
The text was updated successfully, but these errors were encountered:
Similar to: https://tools.ietf.org/html/rfc7413
We already have extension bits, so this should be fairly similar to TCP. For the listening side, a new
utp_setsockopt()
option just likeTCP_FASTOPEN
can be used during theutp_call_on_accept
callback. For the connecting side,utp_setsockupt()
option likeTCP_FASTOPEN_CONNECT
tells theutp_connect()
to "succeed" immediately and the fireutp_write()
will initiate the connection with the initial data.The text was updated successfully, but these errors were encountered: