Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Oct 29 21:46:43 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00, LOCALPART_IN_SUBJECT autolearn=no version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m9U4khT0028414 for ; Wed, 29 Oct 2008 21:46:43 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m9U4wBhD029419 for ; Wed, 29 Oct 2008 21:58:11 -0700 Message-Id: <200810300458.m9U4wBhD029419@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: cs551 Date: Wed, 29 Oct 2008 21:58:11 -0700 From: Bill Cheng Someone wrote: > When a non-beacon node receives a notify message from one of its > neighbors(who has been shutdown/autoshutdown), shud it permanently remove it > from its init_neighbor_list file ? The init_neighbor_list is a write-once file. Once it has been created, the only thing you can do to it is to delete it. -- Bill Cheng // bill.cheng@usc.edu