From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 457E52022D for ; Thu, 23 Feb 2017 20:35:42 +0000 (UTC) From: Eric Wong To: raindrops-public@bogomips.org Subject: [PATCH] TODO: add item for IPv6 breakage Date: Thu, 23 Feb 2017 20:35:42 +0000 Message-Id: <20170223203542.30906-1-e@80x24.org> List-Id: I've noticed the IPv6 connections on https://raindrops-demo.bogomips.org/ are not being reported correctly. We will have to look into fixing it.. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 70d3613..8ea70af 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,3 @@ +* fix IPv6 inet_diag reporting for Raindrops::Middleware * pure Ruby version for non-forking servers (patches welcome!) * unix_diag and udp_diag support -- EW