Changeset 3e2291a9 in mainline for uspace/srv/net/tcp/Makefile


Ignore:
Timestamp:
2017-09-17T23:37:43Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
797dc79e
Parents:
6969eea3
Message:

TCP tests for ucall module and some more for conn module. Implement tcp_uc_abort(). Fix tcp_uc_open() leaking connection of connecting failed. Fix missing transition Closing → Time-Wait. Fix wrong SEG.ACK in response to FIN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/Makefile

    r6969eea3 r3e2291a9  
    6464        test/segment.c \
    6565        test/seq_no.c \
    66         test/tqueue.c
     66        test/tqueue.c \
     67        test/ucall.c
    6768
    6869include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.