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:40:04 +0200
commit677fd1e5c8dbe7133664bebda2e03179a9e98220 (patch)
tree09aad5e284cadc22c21d6554ecb4ba8ec02ef535
parent11a1415fc16c0e9875229b2ec9413d5e09c32e85 (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 683a23a..a94ec85 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;