search for: _initialized

Displaying 3 results from an estimated 3 matches for "_initialized".

Did you mean: initialized
2004 Aug 06
2
ICECAST enseirb group
...nection.c, the buffer has a size of > > 4096 bytes. Is there any particular reason for this, why not use a constant > > macro ? > > > > ---------------------------------------- > > > > In _slave_thread function, there is : > > > > ... > > while (_initialized) > > { > > if (max_interval > ++interval) > > { > > thread_sleep(1000000); > > continue; > > } > > else > > ... > > > > Can't we do something like : > > ... > > while (_initialized) > > { > >...
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
...OSen aren't able to get proper results -- it appears to work on my FreeBSD machine... Did I say I have no clue what I'm doing yet? <p>--- resolver.c-ORIG Mon Aug 5 16:48:03 2002 +++ resolver.c Sun Sep 29 19:43:54 2002 @@ -42,6 +42,13 @@ static mutex_t _resolver_mutex; static int _initialized = 0; +/* ugly hacks */ +struct in_addr inp; +union { + struct in_addr v4addr; + struct in6_addr v6addr; +} addr_u; + char *resolver_getname(const char *ip, char *buff, int len) { if (!_isip(ip)) { @@ -65,18 +72,11 @@ static int _isip(const char *what) { #ifdef HAVE_IPV6 - union { -...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found