Changeset 2a3214e in mainline for uspace/srv/net/tl/tcp/state.c


Ignore:
Timestamp:
2011-10-26T16:50:52Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8218b6b
Parents:
6e88fea
Message:

Fibril timer primitive.
TCP Time-Wait timeout.

File:
1 edited

Legend:

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

    r6e88fea r2a3214e  
    209209}
    210210
    211 /** Time-wait timeout */
    212 void tcp_to_time_wait(void)
    213 {
    214         log_msg(LVL_DEBUG, "tcp_to_time_wait()");
    215 }
    216 
    217211/**
    218212 * @}
Note: See TracChangeset for help on using the changeset viewer.