Il 16/09/2013 16:23, Sebastian Ottlik ha scritto: > - Added the silent flag to socket_set_fast_reuse controlling error reporting > One location where SO_REUSEADDR was set would report errors if setting the > option failed. Keeping the reporting code there would be somewhat unclean, > so > I moved it to socket_set_fast_reuse. A side effect of this was that the > error > reporting was added for all locations that now use socket_set_fast_reuse. > Here > a new flag is added to control error reporting, which means this patchset > won't change QEMU behaviour (except for not setting SO_REUSEADDR on > Windows).
Is there actually a case where setting SO_REUSEADDR could fail? Paolo