Changeset 60ab6c3 in mainline for uspace/srv/net/tl/tcp/tcp.c
- Timestamp:
- 2010-03-10T05:46:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5782081
- Parents:
- 71b00dcc (diff), b48ebd19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
r71b00dcc r60ab6c3 1241 1241 } 1242 1242 1243 // release the application phone 1244 ipc_hangup(app_phone); 1245 1243 1246 printf("release\n"); 1244 1247 // release all local sockets … … 1277 1280 // TODO release as connection lost 1278 1281 //tcp_refresh_socket_data(socket_data); 1282 fibril_rwlock_write_unlock(socket_data->local_lock); 1279 1283 }else{ 1280 1284 // retransmit 1281 tcp_retransmit_packet(socket, socket_data, timeout->sequence_number);1282 }1283 fibril_rwlock_write_unlock(socket_data->local_lock);1285 // tcp_retransmit_packet(socket, socket_data, timeout->sequence_number); 1286 fibril_rwlock_write_unlock(socket_data->local_lock); 1287 } 1284 1288 }else{ 1285 1289 fibril_mutex_lock(&socket_data->operation.mutex);
Note:
See TracChangeset
for help on using the changeset viewer.