I am currently planning to research communication between TCP and SCTP. I would like the data communicated by SCTP and TCP to be the same, but my modifications to TCP have not been successful. Is it even possible to have the exact same communication data for both TCP and SCTP?
I am developing this based on dce-sctp-simple. The SCTP operation is running on DCE (Direct Code Execution), and the TCP operation is running on NS-3.