aboutsummaryrefslogtreecommitdiff
path: root/doc/udp.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added gettimeout for completeness.Diego Nehab2016-03-041-208/+223
| | | | | Also documented. Rordered manuals so order is alphabetical.
* Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-061-26/+7
| | | | | | | | This is a difficult tradeoff to measure. I think large datagrams won't be used very frequently. So it is better to not lock a large buffer to each socket object and instead allocate and deallocate for each operation receiving a datagram larger than UDP_DATAGRAMSIZE.
* Added support for arbitrary datagram sizes.Diego Nehab2015-10-051-6/+28
| | | | | The maximum size is still constant per UDP object, but the size can be speficied at creation time.
* Fixes suggested by @Florob in #147.Diego Nehab2015-08-251-0/+6
|
* New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-63/+96
| | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason.
* Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab2013-06-111-1/+1
|
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-6/+12
| | | | | | | - Added IPv6 support to getsockname - Simplified getpeername implementation - Added family to return of getsockname and getpeername and added modification to the manual to describe
* First stab at documenationDiego Nehab2012-04-171-13/+130
| | | | | | | | | Update Lua and Luasocket version in samples and in documentation Documented ipv5_v6only default option being set Documented tcp6 and udp6 Documented dns.getaddrinfo Documented zero-sized datagram change? Documented getoption
* Decent makefiles!Diego Nehab2009-05-271-4/+4
|
* Spell checked and updated modification date.Diego Nehab2006-04-201-1/+1
|
* Spell checking on the manuals.Diego Nehab2005-11-211-1/+1
| | | | David's changes to lp.lua.
* Spell checked the manual.Diego Nehab2004-12-131-2/+2
|
* Modification dates updated.Diego Nehab2004-11-281-1/+1
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-1/+3
|
* Added Mike's changes to udp.html.Diego Nehab2004-07-261-10/+15
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-4/+8
|
* Fixing bugs...Diego Nehab2004-06-201-1/+1
|
* Updated manual timestamps and the added stuffing filters to mime.html.Diego Nehab2004-06-171-1/+1
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-0/+5
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Working on the manual...Diego Nehab2004-01-241-9/+9
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* Fixed more reported bugs.Diego Nehab2003-09-211-1/+1
|
* LuaSocket 2.0 User's Manual.Diego Nehab2003-08-311-0/+400