aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/gen_sctp.erl
AgeCommit message (Expand)Author
2018-09-04Implement socket option recvtos and friendsRaimo Niskanen
2018-06-18Update copyright yearHenrik Nord
2018-05-13Add typespecs for netns and bind_to_device optionsChris Spiegel
2016-10-27controlling_process can return {error, badarg}Péter Gömöri
2016-06-01Rewrite inet* for address family 'local'Raimo Niskanen
2015-06-18Change license text to APLv2Bruce Yinhe
2013-10-23Merge branch 'maint'Fredrik Gustafsson
2013-10-10Add more SCTP errors as described in RFC 4960Artem Teslenko
2013-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-16Merge branch 'maint'Rickard Green
2013-05-06Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2012-10-31erts,kernel: Implement socket option ipv6_v6only in erlang codeRaimo Niskanen
2012-02-04Fix port leaking after controlling_process(Port, self())Ricardo
2012-01-23Correct two contracts in gen_sctp.erlHans Bolinder
2011-11-17erts,kernel: Implement gen_sctp:peeloff/2Raimo Niskanen
2011-11-17erts,kernel: Add type stream sockets to SCTPRaimo Niskanen
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-08-25Improve types and specifications of the inet modulesHans Bolinder
2011-05-09Types and specifications have been modified and addedHans Bolinder
2010-09-06Let an 8-tuple given as ip_address() for gen_tcp/gen_udp/gen_sctp imply 'inet6'Per Hedeland
2010-08-31Keep default #sctp_sndrcvinfo{} fields on gen_sctp:send/4Raimo Niskanen
2010-02-08Merge branch 'sc/sctp-connect-nowait' into ccase/r13b04_devErlang/OTP
2010-02-06Implement a non-blocking SCTP connectSimon Cornish
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP