nagyistoce / tin-man

Automatically exported from code.google.com/p/tin-man
GNU General Public License v3.0
0 stars 0 forks source link

Support server sync mode #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Provide configuration/API parameter to enable server sync mode.

Original issue reported on code.google.com by drewnoakes on 25 Mar 2012 at 1:52

GoogleCodeExporter commented 9 years ago
Code complete.  Needs testing and documenting on the wiki.

Original comment by drewnoakes on 25 Mar 2012 at 2:28

GoogleCodeExporter commented 9 years ago
I've changed the approach so that no configuration is required on the client -- 
TinMan always sends a (syn) at the end of each cycle.  This way you only have 
to configure the server to toggle between modes, which is simpler.  The 
overhead of the (syn) at the end of every message is trivial.

This was completed in r194 and will be included in the next release of the code 
(0.5.8).

The FAQ has been updated to answer this question.

Original comment by drewnoakes on 26 Mar 2012 at 10:58