log udp_sync.c @ 32006:3133252ce3fa

age author description
Wed, 08 Sep 2010 18:37:55 +0000 reimar Actually set the destination address in the sockaddr_in struct for Windows as well...
Wed, 08 Sep 2010 18:28:44 +0000 reimar Mark a constant as such and move it into the block where it is used.
Wed, 08 Sep 2010 18:25:55 +0000 reimar Use initializer to avoid leaving struct timeval half-uninitialized.
Wed, 08 Sep 2010 18:24:13 +0000 reimar Avoid duplicating the #if HAVE_WINSOCK2_H mess.
Wed, 08 Sep 2010 18:17:35 +0000 reimar Reindent.
Wed, 08 Sep 2010 18:16:07 +0000 reimar Avoid duplicating the recvfrom/"bye"-handling code.
Wed, 08 Sep 2010 18:02:38 +0000 reimar Reindent.
Wed, 08 Sep 2010 18:01:56 +0000 reimar Remove a useless "else".
Wed, 08 Sep 2010 17:59:07 +0000 reimar Do not check a condition that can never be false and move its comment
Wed, 08 Sep 2010 17:52:32 +0000 reimar Fix indentation.
Wed, 08 Sep 2010 17:51:26 +0000 reimar Cosmetics: remove some useless {}
Wed, 08 Sep 2010 17:50:05 +0000 reimar Use initializer instead of memset, the memset in addition never
Wed, 08 Sep 2010 17:31:29 +0000 diego whitespace cosmetics
Wed, 08 Sep 2010 05:29:05 +0000 reimar Add synchronization of multiple MPlayer instances over UDP.