Changeset 6896409c in mainline for uspace/srv/net/tl/tcp/rqueue.c
- Timestamp:
- 2011-11-21T22:46:37Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1812a0d
- Parents:
- eea65f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/rqueue.c
reea65f4 r6896409c 114 114 log_msg(LVL_DEBUG, "tcp_rqueue_insert_seg()"); 115 115 116 tcp_segment_dump(seg); 117 116 118 rqe = calloc(1, sizeof(tcp_rqueue_entry_t)); 117 119 if (rqe == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.