9
0
Fork 0

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.
This commit is contained in:
Holger Hans Peter Freyther 2012-07-01 17:40:04 +02:00
parent 11a1415fc1
commit 677fd1e5c8
1 changed files with 0 additions and 3 deletions

View File

@ -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;