]> git.proxmox.com Git - qemu-server.git/commit
use ReuseAddr for vncproxy
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 16 May 2017 14:21:01 +0000 (16:21 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 May 2017 11:38:54 +0000 (13:38 +0200)
commitdd32a4664f3f13fc5bf2490b796e8b27f98e0156
tree305771eba7fca37e438e22cdbff7f62cd75adf79
parent175b51fdb5f1e72b6840eb97c472f29784c1b65f
use ReuseAddr for vncproxy

to avoid "Socket already in use" errors, when quickly opening/closing
console sessions on the webinterface

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm