Changeset 097967b in mainline for uspace/srv/net/tl/tcp/tcp.c


Ignore:
Timestamp:
2010-12-28T12:00:46Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c41834a, eaef141
Parents:
e64e40b (diff), 86f6121 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge more TCP fixes.

File:
1 edited

Legend:

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

    re64e40b r097967b  
    769769        }
    770770
    771         if (header->finalize)
    772                 socket_data->next_incoming += 1;
    773 
    774771        /* If next in sequence is an incoming FIN */
    775772        if (socket_data->next_incoming == socket_data->fin_incoming) {
     
    22472244
    22482245                tcp_prepare_operation_header(socket, socket_data, header, 0, 0);
    2249                 rc = tcp_queue_packet(socket, socket_data, packet, 0);
     2246                rc = tcp_queue_packet(socket, socket_data, packet, total_length);
    22502247                if (rc != EOK)
    22512248                        return rc;
Note: See TracChangeset for help on using the changeset viewer.