aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-07-01 17:40:04 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-01 17:42:39 +0200
commit796e1a2125a1d4ca2810ae643d462dd49152db28 (patch)
tree38538e417708df5b2b622f8e38fff532997dd2b4
parent253df9a5460195ca88dbfa17e03eecfa186c20ea (diff)
adler: Remove the SCTP hack that we needed to force the adler checksum
Remove the hack that was required for inter-op. The equipment will migrate to the CRC32 checksum soon.
-rw-r--r--src/sctp_m2ua.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sctp_m2ua.c b/src/sctp_m2ua.c
index 9e29994..4efb632 100644
--- a/src/sctp_m2ua.c
+++ b/src/sctp_m2ua.c
@@ -804,9 +804,6 @@ int sctp_m2ua_transport_bind(struct sctp_m2ua_transport *trans,
return -3;
}
- int on = 1;
- setsockopt(sctp, SOL_SCTP, 112, &on, sizeof(on));
-
trans->bsc.fd = sctp;
trans->bsc.data = trans;
trans->bsc.cb = sctp_trans_accept;