7 Commits (f00d8adf3dbf9c92b1f4ec5cc500761d126ad6e5)

Author SHA1 Message Date
Don Gagne f00d8adf3d Missing EOF newlines 11 years ago
Don Gagne 7b5ffc31cd Cleanup of TCPLink from unit test findings 11 years ago
Don Gagne 761fef9548 Cleanup of TCPLink from unit test findings 11 years ago
Bryant Mairs 0558263616 Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes. 11 years ago
Bryant Mairs c4db113de3 Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes. 12 years ago
Don Gagne bfe8684e2b 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. 12 years ago
Don Gagne db465d5a2c Final TCP link support 12 years ago
Don Gagne d9fe006905 Initial TCP support 12 years ago