aboutsummaryrefslogtreecommitdiff
path: root/doc/tcp.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-231-732/+0
|
* fix(docs) references to some constants added (#359)Thijs Schreijer2022-03-221-2/+6
|
* fix(docs) fix html linter issues in the docs (#358)Thijs Schreijer2022-03-221-162/+163
|
* Merge pull request #116 from linuxmaniac/masterDiego Nehab2019-02-241-0/+6
|\ | | | | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options
| * Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" optionsVictor Seva2014-12-051-0/+6
| |
* | Added gettimeout for completeness.Diego Nehab2016-03-041-131/+152
| | | | | | | | | | Also documented. Rordered manuals so order is alphabetical.
* | When zero-timeout, only try first address in connect.Diego Nehab2015-12-031-5/+8
| |
* | Fixes suggested by @Florob in #147.Diego Nehab2015-08-251-0/+6
| |
* | New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-83/+110
|/ | | | | 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
|
* Fix udp:setpeername("*")Diego Nehab2012-08-231-1/+3
| | | | | | | | | | | | | | There seems to be a curious difference between MacOS and Linux and I am not sure if this is documented. When you break a "connection" on Mac OS, you only eliminate the peer association, but the local address remains bound. On Linux, breaking a "connection" eliminates the binding to the local address. Have you guys ever come accross this? Another irritating difference is that connect() returns the error EAFNOSUPPORT on Mac OS. I am going to ignore all errors when the reason for calling connect() is simply to break the "connection".
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-4/+7
| | | | | | | - 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-26/+59
| | | | | | | | | 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
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-1/+94
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c
| * Support getoption method for tcp objects.Sam Roberts2012-04-111-1/+34
| |
| * Fix links to home.html, they should be to index.html.Sam Roberts2012-04-111-4/+4
| | | | | | | | home.html doesn't exist, index.html does.
| * Document dirty, getfd, and setfd for select and tcp.Sam Roberts2012-04-111-0/+60
| |
* | Decent makefiles!Diego Nehab2009-05-271-8/+8
| |
* | New release.Diego Nehab2007-10-131-1/+2
|/
* Spell checked and updated modification date.Diego Nehab2006-04-201-1/+1
|
* Simplified documentation of send().Diego Nehab2005-11-241-28/+11
|
* Spell checking on the manuals.Diego Nehab2005-11-211-2/+2
| | | | David's changes to lp.lua.
* In pre release mode!Diego Nehab2005-11-201-0/+1
|
* Final push for release...Diego Nehab2005-08-121-9/+12
|
* 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
|
* Almost ready for beta2.Diego Nehab2004-07-261-1/+26
|
* Changed send function.Diego Nehab2004-07-181-7/+28
|
* *** empty log message ***Diego Nehab2004-07-021-1/+17
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-7/+10
|
* Fixing bugs...Diego Nehab2004-06-201-4/+4
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-11/+17
|
* 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-13/+16
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Worked on the manual.Diego Nehab2004-02-041-47/+101
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-11/+11
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* Fixed more reported bugs.Diego Nehab2003-09-211-2/+2
|
* LuaSocket 2.0 User's Manual.Diego Nehab2003-08-311-0/+415