]> git.proxmox.com Git - proxmox-backup.git/commit
traffic-control: use SocketAddr from 'accept()'
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Jan 2022 14:10:30 +0000 (15:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 31 Jan 2022 08:58:14 +0000 (09:58 +0100)
commit1993d986958c0d6e55e8df3c8aa23189c61df8d4
tree8673af235b3b98f090bf27c3419be2cab78d4ee1
parent127c5ac3a9627e7a2ad8e25032e92b7fa78f17c7
traffic-control: use SocketAddr from 'accept()'

instead of getting the 'peer_addr()' from the socket.
The advantage is that we must get this and thus can drop the mapping
from result -> option, and can drop the testing for None and a test case

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/bin/proxmox-backup-proxy.rs
src/cached_traffic_control.rs