X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=conn.go;h=c1acd516c75afdb0f782c17019fd262965f817ca;hb=HEAD;hp=6b61da0009ceb486f87b2ca30b787f6c054362de;hpb=90ef9ebd205c8ddb4961126cac264239ebad33f2;p=ucspi.git diff --git a/conn.go b/conn.go index 6b61da0..c1acd51 100644 --- a/conn.go +++ b/conn.go @@ -1,19 +1,17 @@ -/* -ucspi -- UCSPI-related utilities -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// ucspi -- UCSPI-related utilities +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package ucspi @@ -24,8 +22,6 @@ import ( "time" ) -var aLongTimeAgo = time.Unix(1, 0) - type Addr struct { ip string port string