Address review feedback.

Signed-off-by: stramer <169061+sptramer@users.noreply.github.com>
This commit is contained in:
stramer
2021-06-17 14:15:56 -07:00
parent c7a0e7b930
commit c7399537e2
@@ -45,8 +45,7 @@ namespace AzNetworking
//! @class IConnection
//! @brief interface class for network connections.
//!
//! IConnection provides a pure-virtual interface for all network connection types. The two child classes are TcpConnection
//! and UdpConnection, though the pure-virtual interface operates largely the same for both. IConnections provide access to
//! IConnection provides a pure-virtual interface for all network connection types. IConnections provide access to
//! a ConnectionMetrics object which provides a variety of metrics on the connection itself such as data rate, RTT and
//! packet statistics.