From 7937c7db7baea296fce4055a9e9f498e67da2d09 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 23 Jul 2019 17:20:20 +0200 Subject: [SERVER] uplink: Relay request in client's thread if possible Early benchmarking shows that this is faster, since we don't require another thread to wake up just to send out the request. --- LOCKS | 1 + 1 file changed, 1 insertion(+) (limited to 'LOCKS') diff --git a/LOCKS b/LOCKS index 935dadb..4b5b07c 100644 --- a/LOCKS +++ b/LOCKS @@ -32,6 +32,7 @@ client.statsLock statisticsSentLock statisticsReceivedLock uplink.rttLock +uplink.sendMutex If you need to lock multiple clients/images/... at once, lock the client with the lowest array index first. -- cgit v1.2.3-55-g7522