Skip to content

Commit c4d7b8f

Browse files
open the logs
1 parent f5e7335 commit c4d7b8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

net/sctp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
2525
CFLAGS_sm_sideeffect.o := -DDEBUG
2626
#CFLAGS_protocol.o := -DDEBUG
2727
#CFLAGS_endpointola.o := -DDEBUG
28-
CFLAGS_associola.o := -DDEBUG
28+
#CFLAGS_associola.o := -DDEBUG
2929
CFLAGS_transport.o := -DDEBUG
3030
#CFLAGS_chunk.o := -DDEBUG
3131
#CFLAGS_sm_make_chunk.o := -DDEBUG

net/sctp/outqueue.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,8 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout)
947947
if (!list_empty(&q->retransmit)) {
948948
if (asoc->peer.retran_path->state == SCTP_UNCONFIRMED)
949949
goto sctp_flush_out;
950-
if (transport == asoc->peer.retran_path)
951-
goto retran;
950+
// if (transport == asoc->peer.retran_path)
951+
// goto retran;
952952

953953
/* Switch transports & prepare the packet. */
954954

0 commit comments

Comments
 (0)