]> git.proxmox.com Git - mirror_lxc.git/commit
start: switch from SOCK_DGRAM to SOCK_STREAM
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 23:27:30 +0000 (01:27 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 23:27:30 +0000 (01:27 +0200)
commitb9f522c5b48b479d39490e1ef0b8e905dbc0cf10
tree0af4bcddd76c7305b7db03a50e9d0fc56d109d7b
parent672c1e58218fef0489ab6e31d80184f5de10af6c
start: switch from SOCK_DGRAM to SOCK_STREAM

Writes < PIPE_BUF will be atomic. PIPE_BUF is guaranteed to be 512 by POSIX and
Linux guarantess 4096. Nothing we send around goes over this limit.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c