X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25C463858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1680412791; bh=QlTc1LcGImB4AFP4O6RyCMgCKFUAQMSbP/xLI3MeIq4=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=aIeXFMxBpI+9UNsJgIogU9lA96B8S0mRjdlX/Lvnt2RaU1e1hpym7G3GUA/m9dZ+3 Si/+uxoPBKZzb0BKQxnRQqedEAR7Jhxog2j9CzJa3kIpz1iYyI/xZXZxQfkB942YkL E/ZtWH02A7f/Zc/UZbMMstjJCiIwHhtJDMy5xND4= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7623F3858D35 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680412753; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jgNJs9J2/KKNtyEsRSaOOcNvxDYuVPR0snS0OkDAwGY=; b=ixdr2ORvDeKnkDBkUY4U+f8cGe/pzjbOzbRrGBpsSjtVfaOpD7ayuZ2L9XOAbFgxzL lwX/oUuw/7wZLE4B9hsZ0Jl0/Y/3szaWo+v/LzW08fIehUFyBEbVhCt0550F0LvfiREA bQAyA3spqQHYmT+y2e6zN0WXSxATFwLuFYrcYwUWq/q+5P/UbPCHIzLLjFBlbsb3Geky mte+Qx32+uVnm+ZcrPK2L74MnQ792o8Sl8CZ2+4QGrEvTEy5r7ONUgv5c8DrE9EK5Mny Yafn2v5D9STYu+tdoSqaSHeo1KvwfcnVky4/CM1TZuwY6bA5sbzQQi0SEUXKv2RbHUtw oAQg== X-Gm-Message-State: AAQBX9dSPiXSd7eFKMgDIuAuhCWxPEDJZrRPec2Ze0Oe2Kya6BwlLkv3 l/3g40B6XPIC9hnKaDcYWYL1ttE82laH6steJ5eGX/aFVLw= X-Google-Smtp-Source: AKy350YnQF2As0OxWXyDF7/iv8jzNWtGfC6HG5uf16z8/bbmoL9t2s/oDqWh4UKxiLewGDLtYnARyyxl5pshwCzDbjM= X-Received: by 2002:a2e:9d16:0:b0:2a6:16b4:40a2 with SMTP id t22-20020a2e9d16000000b002a616b440a2mr3470114lji.5.1680412752604; Sat, 01 Apr 2023 22:19:12 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 2 Apr 2023 00:19:02 -0500 Message-ID: Subject: MSG_MORE socket.h flag To: cygwin AT cygwin DOT com X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Chance via Cygwin Reply-To: Chance Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" I've used cygwin in the past few years using the MSG_MORE flag when using some socket functions but now it's not defined in cygwin\socket.h and MSG_EOR is using the value of MSG_MORE (0x8000). Above that in the socket.h file there is a comment /* MSG_EOR is not supported. We use the MSG_PARTIAL flag here */. I understand this as meaning MSG_EOR now works as MSG_MORE would and that MSG_EOR is not usable. Just want some clarification on this. -- 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