From owner-freebsd-net@FreeBSD.ORG Thu Dec 23 14:17:56 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E1F106566C for ; Thu, 23 Dec 2010 14:17:55 +0000 (UTC) (envelope-from hedayati.mo@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE5A8FC21 for ; Thu, 23 Dec 2010 14:17:55 +0000 (UTC) Received: by wyf19 with SMTP id 19so6055651wyf.13 for ; Thu, 23 Dec 2010 06:17:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=94DCEgJvhMg8RFpARCSDUYVNMGVwr0YuYULuoAGl51o=; b=j4YdNJAz/bvWEZZ1R4pdmyGDUH3HvYuU7Ni9xVj38X7pYE7/O6yEx+HXbpVwupL/cb JSaGg5eleqoH5i2h5WehekBceZ7/ORkI4Hr2rMYnYxJ0NoX0MQEcG4M3ulTvM0wDDHhY 5/DifgnibE/veq9ZqYvGaKeOJrdzjtqdn+V9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=WCSpAU2r2ILTgdGJS7BQr023sCXURbnfYEMYg5T+HccSrnp383EMI4NKewzckPOUdb 9FIlUikJumDWwiBZZuqfGWChx6jG7EhqFuXb2hUazrIhju9C6c+peA/J0aCDjU3aZPyM DSJ301PqC1UEkdvueEawNXAByL00bMnPHNfnY= Received: by 10.227.132.200 with SMTP id c8mr5037748wbt.31.1293113874611; Thu, 23 Dec 2010 06:17:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.143.202 with HTTP; Thu, 23 Dec 2010 06:17:14 -0800 (PST) From: Mohammad Hedayati Date: Thu, 23 Dec 2010 17:47:14 +0330 Message-ID: To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: stream socket X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 14:17:56 -0000 Suppose we've created a stream socket between two nodes. What happens if you write large chunks of data into the socket but the other pair doesn't read that for presumably long time?! Does the connection fail or data is missed?!