Files @ 0cbd80119355
Branch filter:

Location: DistRen/etc/distrenclient.conf - annotation

LordOfWar
I'm back till I have to study for finals^^, i would like to make some modifications to the queue now that I have much more experience with linked lists, thanks to my cs-102 class.

I added some commented code to brainstorm the revised queue system, which I wish to discuss with everyone later today.

Ohnobinki, I has lots of questions for you :p
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")