From owner-freebsd-arch@freebsd.org Tue Nov 10 18:32:58 2015 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ED2BA2B90C for ; Tue, 10 Nov 2015 18:32:58 +0000 (UTC) (envelope-from cameronsparr@gmail.com) Received: from mail-yk0-x234.google.com (mail-yk0-x234.google.com [IPv6:2607:f8b0:4002:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 224EA1336 for ; Tue, 10 Nov 2015 18:32:58 +0000 (UTC) (envelope-from cameronsparr@gmail.com) Received: by ykba77 with SMTP id a77so8659558ykb.2 for ; Tue, 10 Nov 2015 10:32:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=oOfr9RMnahTjsosSUdxqKrcJlwkWq8QpuADu8uc6NJU=; b=ImZ8cKZXA86ECMTkvnC0mzZ9lTK9LGyAVP2uEalT23oF4d440nPNjE3F9KaID1D2u6 lD33Kt41HbSD7KwWLKSA133NGktgqNtDmnjR0t33N1kCpoEgnzH7oupJ3qOnHQoACzKy d1ZbyB0s+3RRaUdAoPQetMzbsU5rPXu3ZLHLrQU2U9dCeYFSpVEB0Zm+4brjwPdv69DS yn39b5wDnY99oNweJAgC/QgaUhVKOawvcCkd+QTYjyfUntUS7juoVtk9GordhkO3/Wck kl3dL9Y5LM98nA+xy5+7/jXFUc3cE5jMxcs1Gyzi8UirpNP72mcz1ccrdCfuLDkLngVV q6+A== MIME-Version: 1.0 X-Received: by 10.129.156.193 with SMTP id t184mr4278220ywg.177.1447180377200; Tue, 10 Nov 2015 10:32:57 -0800 (PST) Received: by 10.129.102.68 with HTTP; Tue, 10 Nov 2015 10:32:57 -0800 (PST) Date: Tue, 10 Nov 2015 11:32:57 -0700 Message-ID: Subject: setsockopt() handling of kern.ipc.maxsockbuf limit From: Cameron Sparr To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 18:32:58 -0000 Sent an email yesterday already but I'm just bumping this one as I've submitted a something through bugzilla to track this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204438 I also added a little more details there comparing the behavior to how Linux handles the same setsockopt function.