Changeset 6896409c in mainline for uspace/srv/net/tl/tcp/rqueue.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/rqueue.c

    reea65f4 r6896409c  
    114114        log_msg(LVL_DEBUG, "tcp_rqueue_insert_seg()");
    115115
     116        tcp_segment_dump(seg);
     117
    116118        rqe = calloc(1, sizeof(tcp_rqueue_entry_t));
    117119        if (rqe == NULL) {
Note: See TracChangeset for help on using the changeset viewer.