From 95a1be6aa48e5fb070d65a27efa4172a46be5ae2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Jan 2018 21:01:56 +0100 Subject: sys/linux: resolve few TODOs --- sys/linux/socket.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/socket.txt') diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt index d9a01d5dc..36118441d 100644 --- a/sys/linux/socket.txt +++ b/sys/linux/socket.txt @@ -1,8 +1,6 @@ # Copyright 2017 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# TODO: due to autobind a socket can bind to port 0, that will result in a random port which is not reproducible - include include include -- cgit mrf-deployment