From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 4 Jul 2011 14:29:00 +0200 References: <1309127157-32507-1-git-send-email-ordex@autistici.org> <1309389240-11486-1-git-send-email-ordex@autistici.org> In-Reply-To: <1309389240-11486-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107041429.01210.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: split tt_local/global_entry flags field for local and remote computations Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Thursday, June 30, 2011 01:13:59 Antonio Quartulli wrote: > The tt_global/local_entry 'flags' field contains flags used either for > local and remote computations. To optimise the usage of this field, its > length has been increased to 16bit in order to use the eight leading bits > (from 0 to 7) to store flags that have to be sent on the wire, while the > eight ending ones are used for local computation only. Applied in revision 68f78c7. Thanks, Marek