session: Remove PeriodicConnect documentation
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 13 Aug 2012 08:40:19 +0000 (10:40 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 30 Aug 2012 10:00:33 +0000 (13:00 +0300)
commit5942e130adf76f71bbf84ff61b9e18181d44a121
tree7a6df691d057ce7a78bc66482699fd6c33697349
parentf1bc8e14084c2ca2ea3df5616401fcf86bfd9747
session: Remove PeriodicConnect documentation

The idea was to let ConnMan know and optimize the connection
scheduling. Doing this per Session is a bit over-engineered.
The only use cases that have come up so far was for things like an
email client checking for new message.

Past experience showed that this kind of interface lead easily to
live locks. If there is need for such a feature, doing it on a per
technology would make more sense. For the time beeing it will be
removed. Later it could still be added to the Technology API.

If an application still wants to have a connection on regular
basis it can call the Session Connnect() method. ConnMan is still
able to defer any connection request.
doc/session-api.txt