aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/gen_udp.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-09Document the local (unix) address familyRaimo Niskanen
2016-06-01Rewrite inet* for address family 'local'Raimo Niskanen
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-19Export type gen_udp:socket/0Dmitry Ivanov
2013-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-06Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green
2012-10-31erts,kernel: Implement socket option ipv6_v6only in erlang codeRaimo Niskanen
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-02-04Fix port leaking after controlling_process(Port, self())Ricardo
2011-08-27Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4Filipe David Manana
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
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP