From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Connection drops data if it sent too quickly Date: Fri, 07 Feb 2003 18:10:03 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84lm0x85j6.fsf@lucy.is.informatik.uni-duisburg.de> <5xlm0u71a1.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044660089 8441 80.91.224.249 (7 Feb 2003 23:21:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 23:21:29 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hHnv-0002Aw-00 for ; Sat, 08 Feb 2003 00:21:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hHxg-00021Z-00 for ; Sat, 08 Feb 2003 00:31:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hHpA-0003DA-01 for emacs-devel@quimby.gnus.org; Fri, 07 Feb 2003 18:22:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hHip-0001Wh-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:15:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hHg3-0000ao-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:12:59 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hHdE-0000Fo-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:10:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18hHdD-0003HP-00; Fri, 07 Feb 2003 18:10:03 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xlm0u71a1.fsf@kfs2.cua.dk> (storm@cua.dk) Original-cc: Michael.Albinus@alcatel.de X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11495 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11495 As such, it would be great if the current 0.1 second chunk delay (and similar delay in tramp-send-linewise) was a defvar which could be set to 0.0 on non-HPUX (and non-Tru64) platforms. Could someone possibly implement this at the C level in process-send-string? That is the clean place to do it, so that Lisp programs need not worry about this issue.