Fix typos
This commit is contained in:
@@ -69,7 +69,7 @@ NS_LOG_COMPONENT_DEFINE("SeventhScriptExample");
|
||||
/**
|
||||
* Congestion window change callback
|
||||
*
|
||||
* \param stream The ouput stream file.
|
||||
* \param stream The output stream file.
|
||||
* \param oldCwnd Old congestion window.
|
||||
* \param newCwnd New congestion window.
|
||||
*/
|
||||
@@ -84,7 +84,7 @@ CwndChange(Ptr<OutputStreamWrapper> stream, uint32_t oldCwnd, uint32_t newCwnd)
|
||||
/**
|
||||
* Rx drop callback
|
||||
*
|
||||
* \param file The ouput PCAP file.
|
||||
* \param file The output PCAP file.
|
||||
* \param p The dropped packet.
|
||||
*/
|
||||
static void
|
||||
|
||||
@@ -65,7 +65,7 @@ NS_LOG_COMPONENT_DEFINE("SixthScriptExample");
|
||||
/**
|
||||
* Congestion window change callback
|
||||
*
|
||||
* \param stream The ouput stream file.
|
||||
* \param stream The output stream file.
|
||||
* \param oldCwnd Old congestion window.
|
||||
* \param newCwnd New congestion window.
|
||||
*/
|
||||
@@ -80,7 +80,7 @@ CwndChange(Ptr<OutputStreamWrapper> stream, uint32_t oldCwnd, uint32_t newCwnd)
|
||||
/**
|
||||
* Rx drop callback
|
||||
*
|
||||
* \param file The ouput PCAP file.
|
||||
* \param file The output PCAP file.
|
||||
* \param p The dropped packet.
|
||||
*/
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user