Skip to content

Commit

Permalink
Merge pull request #84 from recursivecodes/patch-1
Browse files Browse the repository at this point in the history
Update sctp.c
  • Loading branch information
sepfy authored Aug 13, 2024
2 parents 5c2eddf + 392c9fc commit dfb377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int sctp_outgoing_data(Sctp *sctp, char *buf, size_t len, SctpDataPpid ppid, uin

chunk->type = SCTP_DATA;
chunk->iube = 0x06;
chunk->si = htons(0);
chunk->sid = htons(0);
chunk->sqn = htons(sqn++);
chunk->ppid = htonl(ppid);

Expand Down

0 comments on commit dfb377d

Please sign in to comment.