> > Note the point where I change the date to tomorrow and then switch it > > back. After I restart freenet it never works again. > > Freenet uses various LRU lists and so on... and that's completely > ignoring client issues like DBRs. I note that daylight savings time > should not have any bearing on this, because freenet uses the time in > GMT... I hope :)
Obviously the freenet client should use the current date and time as the target for a DBR (does a web browser put the current date and time in the HTTP headers for a request? If it did we could maybe consider using that) and currently the freenet node implementation will use its concept of date and time for doing this. BUT servers should really not rely on absolute time unless absolutely necessary, and using absolute time to implement a LRU seems very wrong to me. I'm no java expert, but is there no other way to do it? d _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
