Issue50

Title Stop reconnecting after X failed attempts
Type wish Status resolved
Importance
Superseder Nosy List mg, tpj
Assigned To Keywords simple

Created on 2008-07-25.18:25:03 by mg, last changed 2010-08-12.12:31:23 by tpj.

Messages
msg315 (view) Author: tpj Date: 2010-08-12.12:31:23
I've implemented an option that causes VIFF to throw an exception 
rather than keeep retrying to connect:

changeset:   1426:2324d01c74e2
user:        Thomas P Jakobsen <tpj@cs.au.dk>
date:        Wed Jan 20 08:54:41 2010 +0100
summary:     Added option to avoid retrying to connect if socket is 
already in use.

Indeed, I implemented this in order to be able to better run VIFF from 
scripts like automated benchmarks, so I think it resolves this issue.
msg136 (view) Author: mg Date: 2008-07-25.18:25:03
Add an option which will make the players stop trying to reconnect
after a certain number of attempts.

This is will be important for Issue 40 so that we can run a set of
players from a script and exit with an error if the network is down or
some other problem prevents the players from connecting to each other.
History
Date User Action Args
2010-08-12 12:31:23tpjsetstatus: unread -> resolved
nosy: + tpj
messages: + msg315
2008-10-20 23:25:38mgsetkeyword: + simple
2008-09-23 17:46:50mgsettype: feature -> wish
2008-09-23 16:22:16tpjsettype: feature
2008-07-25 18:25:03mgcreate