Skip to content

Commit

Permalink
[Java] Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 13, 2020
1 parent 12ab5de commit c2662b2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ else if (transport.hasExplicitControl())
}

/**
* Remove a destination to this image so it can merge streams.
* Remove a destination to this image once merge is achieved.
*
* @param transportIndex from which packets arrive.
*/
Expand All @@ -459,7 +459,8 @@ void addDestinationConnectionIfUnknown(final int transportIndex, final InetSocke
}

/**
* Called from the {@link DriverConductor}.
* Called from the {@link DriverConductor} to track the rebuild os stream which is used for loss detection
* and congestion control.
*
* @param nowNs current time.
* @param statusMessageTimeoutNs for sending of Status Messages.
Expand Down

0 comments on commit c2662b2

Please sign in to comment.