Fix: remove nonblock flag of sessiond socket in consumer
authorDavid Goulet <dgoulet@efficios.com>
Tue, 4 Jun 2013 19:56:43 +0000 (15:56 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 4 Jun 2013 19:56:45 +0000 (15:56 -0400)
commit12d1308838f30af13dc917323a4bcc70b5d97e81
treeb78807fc3bed17369331c3d1c6b45cb3cdfe2dea
parentf623cc0b347c449f302ac674937b1c0c647495ce
Fix: remove nonblock flag of sessiond socket in consumer

There is no need for non blocking socket. Furthermore, we have observed
unstable behaviors with a non blocking side (consumer) and a blocking
side (sessiond).

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
This page took 0.02479 seconds and 4 git commands to generate.