summaryrefslogtreecommitdiff
path: root/i/marvin/src/proto/proto.hh
diff options
context:
space:
mode:
authordufourj2006-01-11 16:36:37 +0000
committerdufourj2006-01-11 16:36:37 +0000
commit4f79f26d01e196411d4d59bd6ae9dbff23706f1f (patch)
tree249160f4ebb3828d2a713d7392e8dabaa92c2d62 /i/marvin/src/proto/proto.hh
parent3cc65a4aa5299558dab3308bcba82f0480855a35 (diff)
i/marvin :
- importation des modification des sync fait dans robert. doc/subversion : - rajout de la signification de X pour le status ; - lien pour la documentation officielle.
Diffstat (limited to 'i/marvin/src/proto/proto.hh')
-rw-r--r--i/marvin/src/proto/proto.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/proto/proto.hh b/i/marvin/src/proto/proto.hh
index 11b1ae3..47ef9a0 100644
--- a/i/marvin/src/proto/proto.hh
+++ b/i/marvin/src/proto/proto.hh
@@ -55,7 +55,7 @@ class Proto : public NonCopyable
//Date du dernier envoie
int tLastSend_;
//Temps entre les ré-émission
- static const int timeout_ = 500;
+ static const int timeout_ = 100;
/// Frame en cours de réception
Frame currentFrame_;