sctp icon indicating copy to clipboard operation
sctp copied to clipboard

Error in rcvbuf get in the server section of the SCTP example

Open sysarch-repo opened this issue 3 years ago • 0 comments

The code line *rcvbuf, err = wconn.GetWriteBuffer() in the server section of the sctp.go example is using GetWriteBuffer() instead of the correct GetReadBuffer() function.

sysarch-repo avatar Jun 30 '21 08:06 sysarch-repo