Hi,
I use 1 GMain event loop in my main context for monitoring of events on file
descriptors. I shut down my program by receiving a SIGTERM. In this signal
handler I do the following:
g_main_loop_quit(loop); g_main_loop_unref(loop); loop = NULL;
I've also tried to move:
g_main_loop_u
Hi,
I'm writing a UDP server where I set up 1 socket for multicast messages(SOCKET
A) and 1 for the wildcard address ANY(SOCKET B). These sockets are monitored as
IOChannels and added to the main event loop.
Problem
--
In case of receiving a single multicast message I get 1 event o