Changeset f343a16 in mainline for uspace/srv/net/tl/tcp/tqueue.c
- Timestamp:
- 2011-10-23T23:43:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6df418c4
- Parents:
- 32aea9f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tqueue.c
r32aea9f4 rf343a16 119 119 /* We are sending out FIN */ 120 120 ctrl = CTL_FIN; 121 tcp_conn_fin_sent(conn); 121 122 } else { 122 123 ctrl = 0;
Note:
See TracChangeset
for help on using the changeset viewer.