git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeafb05
)
Increased the backlog queue of listen(2)
author
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 10 Jun 2011 11:33:20 +0000
(11:33 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 10 Jun 2011 11:33:20 +0000
(11:33 +0000)
org.glite.px.proxyrenewal/src/renewd.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.px.proxyrenewal/src/renewd.c
b/org.glite.px.proxyrenewal/src/renewd.c
index
64a959b
..
73b9ac6
100644
(file)
--- a/
org.glite.px.proxyrenewal/src/renewd.c
+++ b/
org.glite.px.proxyrenewal/src/renewd.c
@@
-479,7
+479,7
@@
do_listen(glite_renewal_core_context ctx, char *socket_name, int *sock)
return errno;
}
- ret = listen(s,
50
);
+ ret = listen(s,
128
);
if (ret == -1) {
edg_wlpr_Log(ctx, LOG_ERR, "listen(): %s", strerror(errno));
close(s);