From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <580A26A4.5030005@yahoo.com> Date: Fri, 21 Oct 2016 22:31:00 +0800 From: johnzeng MIME-Version: 1.0 Subject: i found time delay is very high and there are more caution info , if possible , please give me some advisement Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org ----------------------------- archlinux hostA _____________________________ ip link set mtu 1532 dev eth0 batctl if add eth0 ip link set up dev eth0 ip link set up dev bat0 ifconfig bat0 10.10.130.88 netmask 255.255.255.0 up ----------------------------- archlinux hostB _____________________________ ip link set mtu 1532 dev eth0 batctl if add eth0 ip link set up dev eth0 ip link set up dev bat0 ifconfig bat0 10.10.130.66 netmask 255.255.255.0 up my problem is : when i try to ping hostB from hostA i found time delay is very high and there are more caution info because i tested between ethernet network port ( i don't test in wifi port ) , whether it will master reason ? ethernet network use csma/cd ,but wifi use csma/ca , and ethernet network haven't mode ad-hoc . if possible , please give some advisement . Thanks again