Changeset 03be171 in mainline
- Timestamp:
- 2011-12-09T17:36:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74c99b5
- Parents:
- d9e14fa4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/conn.c
rd9e14fa4 r03be171 502 502 static cproc_t tcp_conn_seg_proc_rst(tcp_conn_t *conn, tcp_segment_t *seg) 503 503 { 504 if ((seg->ctrl & CTL_RST) == 0) 505 return cp_continue; 506 504 507 switch (conn->cstate) { 505 508 case st_syn_received:
Note:
See TracChangeset
for help on using the changeset viewer.