aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wrap visibility pragmas in #ifndef _WIN32E. Westbrook2019-03-101-0/+4
|
* udp: pragma visibilityE. Westbrook2019-03-101-1/+5
|
* Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-061-2/+0
| | | | | | | | 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-2/+3
| | | | | The maximum size is still constant per UDP object, but the size can be speficied at creation time.
* Making progress toward a releaseDiego Nehab2012-04-231-1/+1
| | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods
* Rework binding IPv6 sockets by harmonizing it with the IPv4 variantFlorian Zeitz2012-04-111-0/+1
|
* Decent makefiles!Diego Nehab2009-05-271-2/+0
|
* Before compiling on Windows.Diego Nehab2005-10-071-2/+2
|
* Almost ready to release.Diego Nehab2005-09-291-1/+1
|
* Beta2 is out! Total timeout works on Windows.Diego Nehab2004-07-261-0/+1
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-1/+1
|
* Worked on the manual.Diego Nehab2004-02-041-1/+1
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-2/+15
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-2/+2
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-19/+8
|
* Closer to release...Diego Nehab2003-03-281-0/+6
|
* Initial revisionDiego Nehab2002-07-031-0/+24