]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lua: socket: add "socket" class for TCP I/O
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Feb 2015 18:27:16 +0000 (19:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:35 +0000 (23:12 +0100)
commit7e7ac32dad1e15c19152d37aaf9ea6b3f00a7226
tree233858293d8f5bf7e86fdcbaa97c41f304626fd0
parent5b8608f1ed1f81c1eacb9ced976e4ea54170f360
MEDIUM: lua: socket: add "socket" class for TCP I/O

This patch adds the TCP I/O functionnality. The class implemented
provides the same functions than the "lua socket" project. This
make network compatibility with another LUA project. The documentation
is located here:

   http://w3.impa.br/~diego/software/luasocket/tcp.html
include/types/hlua.h
include/types/stream_interface.h
src/hlua.c