* Applied another patch by Adrian: the route used by TCP was never given back.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28892 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e5a30119a0
commit
49509985cf
@ -430,6 +430,8 @@ TCPEndpoint::~TCPEndpoint()
|
||||
gStackModule->wait_for_timer(&fPersistTimer);
|
||||
gStackModule->wait_for_timer(&fDelayedAcknowledgeTimer);
|
||||
gStackModule->wait_for_timer(&fTimeWaitTimer);
|
||||
|
||||
gDatalinkModule->put_route(Domain(), fRoute);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user