[Telepathy-commits] [telepathy-salut/master] Changed listen call to have a sensible backlog.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:27 PST 2008
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/salut-file-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index b9256f1..0f7cc51 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -1143,7 +1143,7 @@ get_socket_channel (SalutFileChannel *self)
return NULL;
}
- if (listen (fd, 5) < 0)
+ if (listen (fd, 1) < 0)
{
DEBUG ("listen failed");
close (fd);
--
1.5.6.5
More information about the Telepathy-commits
mailing list