Skip to content

Tags: dujeonglee/NetworkCodingRev

Tags

R5.0

Toggle R5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from dujeonglee/cwnd

Cwnd

R4.0

Toggle R4.0's commit message
Minor modification

R3.2

Toggle R3.2's commit message
Code formatting

Code formatting
1. While loop
while (condition);
->
do
{

}while(condition)

2. Lambda
[](){
   body
}
->
[]{}->return type{
   body
}

R3.1

Toggle R3.1's commit message
Disconnection bug fix

R3.0

Toggle R3.0's commit message
Update tx.h

Support IPv6

R2.0

Toggle R2.0's commit message
Decoding loop unroll

R1.2

Toggle R1.2's commit message
Terminate file name with 0

S1.1

Toggle S1.1's commit message
Decoding bug is fixed

S1.0

Toggle S1.0's commit message
Remove -pg option