session: Move IdleTimeout to Technology API
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 13 Aug 2012 08:40:16 +0000 (10:40 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 30 Aug 2012 09:56:30 +0000 (12:56 +0300)
commit0ef023c37faf21a16d2e4e7126abef29d6eb7ee4
tree2708bd24a0e811dd77effcb65a4aa9b3c7717d08
parent598bce15850efccb2a10d1bff51f606c2d2086b6
session: Move IdleTimeout to Technology API

Having an IdleTimeout per Session is not really reasonable. It is
hard to define the right behavoir if the timeouts differ per Session.

Doing this per technology is easier to understand and also makes
sense when no Session is used.

IdleTimeout is only documented here, it's not yet implemented.
doc/session-api.txt
doc/technology-api.txt