From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755425Ab0IKFqo (ORCPT ); Sat, 11 Sep 2010 01:46:44 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:44991 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754865Ab0IKFpt (ORCPT ); Sat, 11 Sep 2010 01:45:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=M8rzlrN+J3W6AJVOuE1F+eNriVAVsg7TPpRVWpuOrP/i8qEOPUk+3yzNmCsmhaHHQp MwbGH8XEIlJSZYXZTi1XyApe1lEoPFx/VpsbeDDAiQwwdaEPE4DCuiF7bd10ZUtYq4fk YIxsSmSeZoVfJVyv3n/qJ+k1JWcSDHG43yBjI= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 07/11]net/ipv4/tcp_veno.c Update broken web addresses. Date: Fri, 10 Sep 2010 22:45:59 -0700 Message-Id: <1284183963-8474-7-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284183963-8474-1-git-send-email-justinmattock@gmail.com> References: <1284183963-8474-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Below you will find an Update to a broken web address. Please let me know if this needs to be changed. Signed-off-by: Justin P. Mattock --- net/ipv4/tcp_veno.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/tcp_veno.c b/net/ipv4/tcp_veno.c index b612acf..16cd91d 100644 --- a/net/ipv4/tcp_veno.c +++ b/net/ipv4/tcp_veno.c @@ -6,7 +6,7 @@ * "TCP Veno: TCP Enhancement for Transmission over Wireless Access Networks." * IEEE Journal on Selected Areas in Communication, * Feb. 2003. - * See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf + * See http://www.ntu.edu.sg/Pages/default.aspx */ #include -- 1.7.2.1