ports/net/ns/patches/patch-sctp_sctp-cmt_h

13 lines
397 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sctp/sctp-cmt.h
--- sctp/sctp-cmt.h.orig
+++ sctp/sctp-cmt.h
@@ -115,7 +115,7 @@ class SctpCMTAgent : public virtual SctpAgent (protec
*/
SctpDest_S* SelectRtxDest(SctpSendBufferNode_S*, SctpRtxLimit_E);
void SetSharedCCParams(SctpDest_S*);
- char* PrintDestStatus(SctpDest_S*);
+ const char* PrintDestStatus(SctpDest_S*);
/* new CMT-PF function
*/