From: Hedayat V. <hed...@gm...> - 2013-02-26 21:19:33
|
Hi, /*Sander van Dijk <sgv...@gm...>*/ wrote on Sun, 24 Feb 2013 16:56:35 +0000: > > > > On Sun, Feb 24, 2013 at 3:26 PM, Stefan Glaser <gla...@gm... > <mailto:gla...@gm...>> wrote: > > Hey all, > > first of all, great to see some discussion going on again! Thank > you for your great input! > > About security: > [...] > > Though I agree it is important to think about security, what is the > benefit for a team in bypassing the proxy? It's purpose is to not > disadvantage a team in case of severe network delays and keep timing > constant, if a team circumvents it it only exposes itself to random > timing. In any case if it is an issue we can make the server (or the > firewall) enforce a maximum amount of connections, and have the proxy > open that amount when it starts. Since the server will be running in sync mode, the timing would be completely controlled by the agent. > � > > About providing results to the agents: > What about holding the result file in the standard robocup user > home (where it is probably written) and put a sym link to it in > each home directory? So each agent should always find the actual > result file in their home directory. Or are there > restrictions/drawbacks in accessing such a file in the robocup > user home? > > > That is an option. Maybe giving direct read access to the file would > be easier, as teams sometimes delete the symlinks from their directory > on accident. Even if we use symlinks, we should give direct read access to the file. So, teams can access both the symlink and the file. Therefore, we can creates symlinks as a convenience and teams should either access the original file or be careful to not delete the symlink. Regards, Hedayat |