author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Oct 2013 14:30:45 +0000 (16:30 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Oct 2013 14:30:45 +0000 (16:30 +0200) | ||
commit | 13c1b08cd982fd161696bc8274a380e212dac6f1 | |
tree | fa2a440aefa1c93b67380627497a4e6a215b3df1 | tree | snapshot |
parent | 6fd5b4e58bc635def17fb1d3cde0d21ea689a4b0 | commit | diff |
Added framework for frontend connection handling.
frontend/sock supports UNIX domain sockets for now. It doesn't do much expect
for managing listening sockets and accepting connections on them which are
then handled in the background. So far, each connection is closed right away.
frontend/sock supports UNIX domain sockets for now. It doesn't do much expect
for managing listening sockets and accepting connections on them which are
then handled in the background. So far, each connection is closed right away.
src/Makefile.am | diff | blob | history | |
src/frontend/sock.c | [new file with mode: 0644] | blob |
src/include/frontend/sock.h | [new file with mode: 0644] | blob |