Changeset a8a13d0 in mainline for uspace/srv/net/tl/udp/udp.c


Ignore:
Timestamp:
2010-03-08T22:15:36Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3be62bc
Parents:
31c80a5
Message:
  • udp and tcp application phones cleanup fix, * tcp retransmit disabled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/udp/udp.c

    r31c80a5 ra8a13d0  
    508508        }
    509509
     510        // release the application phone
     511        ipc_hangup(app_phone);
     512
    510513        // release all local sockets
    511514        socket_cores_release(udp_globals.net_phone, &local_sockets, &udp_globals.sockets, NULL);
Note: See TracChangeset for help on using the changeset viewer.