]> git.proxmox.com Git - mirror_lxc.git/commit
conf: send ttys in batches of 2
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 23:27:04 +0000 (01:27 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 23:27:04 +0000 (01:27 +0200)
commit672c1e58218fef0489ab6e31d80184f5de10af6c
treea25363a3914fb109ef2927dcd5bfea52a50b86d5
parentcb5659e1cda4b1fc3a588098dc7615fffc6d2852
conf: send ttys in batches of 2

I thought we could send all ttys at once but this limits the number of ttys
users can use because of iovec_len restrictions. So let's sent them in batches
of 2.

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