X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C21C388C010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1591102006; bh=2/oB14KGOp7eyHgql1x4CSyQiWTg7/6arZD4z5sNtsM=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=pcldZNXH6ElLmSkflEN9z6DhmLSooIUGOWi1kfiychf2bkL4pMsn7vmi6V2OSxM06 aeCoYoCfPuv/t0ezQP/vqSbG/MEGs8o5XmmhwuoxmkufVRPu/f8O+usu/BTcqjn1XM YctoL3zpvvQEbfV6iPXcPvab7JjNok7IRe08l49Y= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 327FD3851C26 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) 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 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Kristian Ivarsson via Cygwin Reply-To: sten DOT kristian DOT ivarsson AT gmail DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple