Changeset 3ac66f69 in mainline for uspace/srv/net/tl/tcp/tcp.c
- Timestamp:
- 2010-12-25T16:32:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09178b7f, b2d06fa
- Parents:
- 6eb794a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
r6eb794a r3ac66f69 1803 1803 fibril_rwlock_write_unlock(socket_data->local_lock); 1804 1804 1805 socket_data->state = TCP_SOCKET_SYN_SENT; 1806 1805 1807 /* Send the packet */ 1806 1808 printf("connecting %d\n", packet_get_id(packet));
Note:
See TracChangeset
for help on using the changeset viewer.