Research Article
An Improved Algorithm to Enhance the Performance of FAST TCP Congestion Control for Personalized Healthcare Systems
Algorithm 3
The algorithm is described as follows.
| FAST TCP window update algorithm with an improved slow start condition and gain parameters:. | | Each acknowledgement frame is received { | | If (it was the first time a connection is made and ) | | //execute slow start window update algorithm | | Else if () | | Every slot { | | {; | | ; | | | | | | | | } | | } |
|