From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by sourceware.org (Postfix) with ESMTPS id 327FD3851C26 for ; Tue, 2 Jun 2020 12:46:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 327FD3851C26 Received: by mail-lj1-x235.google.com with SMTP id e4so12419529ljn.4 for ; Tue, 02 Jun 2020 05:46:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding:content-language:thread-index; bh=gQPxWTlB6aDBDlFrPAcgNuvdd4W4dfNtTVsZG/ncy1s=; b=Bg7SW5CML13JXLAUYEZ0kNg+6aEOqZ6d6Zplrj2tJ2MOYm0kh6tnppyGwMtbFVvdPx WrKq7IxckVgKewPEYO1U9QodEjeojJFmiGkpUr6eM41ua2z0vdkMPofzkjeqPBhO6eJw J28NL2jy4RSOKdVtCtfesWhsnvtkvjIiK12wEdlOtEofH/i8cUWO2i6dBNM+Brs1r9WE 3YU9QltBx1GIcOmAFQT7QLgDM8pbhzU+xoOg332n/jnNBeWrBKbXXCLuN+JnTThNzvPI iTbfGsneIU0vdEfuHT1Zqg9aoFxioFhMpnxmFjG0eT8iUn+05TKHNVkNdTBKiZY1UiDl QvUw== X-Gm-Message-State: AOAM532WQIpzTQO87NXSyA4B6udAC0GoLFKz7tKwHoVivLn33bgtATqy fR/hA8ZjJa0YJmMUhCRASxjR8CVq X-Google-Smtp-Source: ABdhPJyau10/i765rj59K1djI/d16mdNApK8Aba2nzclqoZVj3mC8lCgST57N6mw1j7ywWh8IfUuTg== X-Received: by 2002:a05:651c:10c:: with SMTP id a12mr3299650ljb.356.1591102001591; Tue, 02 Jun 2020 05:46:41 -0700 (PDT) Received: from JOKK (87-249-176-245.ljusnet.se. [87.249.176.245]) by smtp.gmail.com with ESMTPSA id y22sm680518lfh.12.2020.06.02.05.46.40 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2020 05:46:41 -0700 (PDT) From: To: Subject: AF_UNIX/AF_LOCAL Date: Tue, 2 Jun 2020 14:46:39 +0200 Message-ID: <000301d638db$dced49a0$96c7dce0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-gb Thread-Index: AdY42eplspWjFE9sQJ+FU2bsTeQsqQ== X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 12:46:44 -0000 Hey folks (probably Corinna more specifically) As far as I know the "unix domain socket implementation" is not really complete We tried it and it didn't work for our purposes (the symptoms were UDP-like, i.e. it seemed that some messages were lost along the way (or possibly ended up in the wrong order) As far as I understand, Microsoft/WinSock support AF_UNIX/AF_LOCAL with (at least) SOCK_STREAM (I do not really know what system dependencies it requires though and thus the Cygwin implementation might not utilize that at all?) The branch topic/af_unix seems to address this issue, so our question is if anyone knows the status of the AF_UNIX/AF_LOCAL progress ? We'd be glad to help out testing the topic/af_unix (if it is kind of freshly rebased from the master-branch), but maybe it's just early work-in-progress ? Best regards, Kristian