Changeset 6896409c in mainline for uspace/srv/net/tl/tcp/test.c


Ignore:
Timestamp:
2011-11-21T22:46:37Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1812a0d
Parents:
eea65f4
Message:

Fix off-by-one bug in BIT_V.
Fix FIN being sent too early.
Fix FIN not being sent.
Fix seg→len from decoded PDU.
Add segment dumps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/test.c

    reea65f4 r6896409c  
    6666                tcp_uc_receive(conn, rcv_buf, RCV_BUF_SIZE, &rcvd, &xflags);
    6767                if (rcvd == 0) {
    68                         printf("End of data reached.\n");
     68                        printf("S: End of data reached.\n");
    6969                        break;
    7070                }
Note: See TracChangeset for help on using the changeset viewer.