sctp
sctp copied to clipboard
Error in rcvbuf get in the server section of the SCTP example
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.