- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Feb 18, 2015
-
-
dogmaphobic authored
-
- Nov 24, 2014
-
-
Don Gagne authored
Centralize all connecting and disconnecting of links through LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer allowed through LinkInterface. This allows creation of new LinkManager::setConnections[Suspended|Allowed] methods to disallow connections as needed.
-
- Nov 03, 2014
-
-
Don Gagne authored
This api doesn’t make any sense given the fact that LinkInterface signals bytesReceived with the bytes in the signal. Also the reason why it is never called!
-
- Jul 01, 2014
-
-
Bryant Mairs authored
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
- Jun 15, 2014
-
-
Don Gagne authored
-
- Feb 22, 2014
-
-
Don Gagne authored
-
- Dec 29, 2013
- Dec 22, 2013
-
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
- Dec 07, 2013
-
-
Don Gagne authored
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
-
- Nov 29, 2013
-
-
Don Gagne authored
-
- Nov 28, 2013
-
-
Don Gagne authored
-