aboutsummaryrefslogtreecommitdiffstats
path: root/netsock.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-01Add the SO_REUSEADDR flag to sockets handled by netsock. This is needed byrussell1-0/+3
the patch that went in for issue 7874. chan_iax2 needs to be able to create socket that is lisetning on INADDR_ANY, but also be able to bind sockets to specific addresses. (Thanks to Stevenson on the asterisk-dev mailing list for explaining why this flag was needed.) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@59608 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-12ensure that IAX2 and SIP sockets allow UDP fragmentation when running on ↵kpfleming1-0/+2
Linux (thanks to Brian Candler on the asterisk-dev list for the tip) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@44955 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ↵kpfleming1-0/+5
#5454) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6913 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19split acl and netsock code into separate files, in preparation for new ↵kpfleming1-0/+205
netsock implementation various minor cleanups git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6165 f38db490-d61c-443f-a65b-d21fe96a405b