Code

Added framework for frontend connection handling.
authorSebastian Harl <sh@tokkee.org>
Sun, 20 Oct 2013 14:30:45 +0000 (16:30 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 20 Oct 2013 14:30:45 +0000 (16:30 +0200)
commit13c1b08cd982fd161696bc8274a380e212dac6f1
treefa2a440aefa1c93b67380627497a4e6a215b3df1
parent6fd5b4e58bc635def17fb1d3cde0d21ea689a4b0
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.
src/Makefile.am
src/frontend/sock.c [new file with mode: 0644]
src/include/frontend/sock.h [new file with mode: 0644]