]> git.sur5r.net Git - i3/i3/commit
Bugfix: IPC: Correctly handle the case when multiple messages get received at once...
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 7 Oct 2009 19:49:24 +0000 (21:49 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 7 Oct 2009 19:49:24 +0000 (21:49 +0200)
commit3779f9292fbfe263331478b837067bccbeb91fb4
tree7d3b509b90d47e797245c037ba0f335667af22b9
parentacb07b95c00d090042eba6888b6f062261d15234
Bugfix: IPC: Correctly handle the case when multiple messages get received at once via the socket

When the sending application was so fast (*cough*) that the messages
could get queued by the kernel, it may happen that we receive multiple
messages at once.
src/ipc.c