Ignore error when setting SO_REUSEADDR
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 May 2009 21:24:13 +0000 (23:24 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 May 2009 21:24:13 +0000 (23:24 +0200)
commit3756ddb0eea8cef31e9aaad53eb6aa7d24a80fde
treec0c3477850769d4d75d18d2d3c46061cc0b85536
parentf24c7fa9cbf2e0caa08a48ef64141d7ea50105aa
Ignore error when setting SO_REUSEADDR

The main error would be "not supported" which could happen for e.g.
unix domain sockets, we don't really care, as this is mainly something
for TCP to help out a bit.
gio/gsocket.c