From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Subject: Re: Maximum no of bytes Ethernet can transfer at a time ?? Date: Fri, 29 Apr 2011 08:53:46 +0000 (UTC) Message-ID: References: <20110427130114.GA1895@hmsreliant.think-freely.org> <20110428110634.GA4165@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:53997 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751510Ab1D2IyB (ORCPT ); Fri, 29 Apr 2011 04:54:01 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QFjSZ-0007G7-1D for netdev@vger.kernel.org; Fri, 29 Apr 2011 10:53:59 +0200 Received: from mumbai-123-5.primenet.in ([203.115.123.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2011 10:53:59 +0200 Received: from ajitsa_bes by mumbai-123-5.primenet.in with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2011 10:53:59 +0200 Sender: netdev-owner@vger.kernel.org List-ID: Neil Horman tuxdriver.com> writes: I forgot to mention one more thing, In the sender code you need to edit the mac of the target machine. you will find it at the start of the code. Also take care of eth0 to eth1 in the receiver code as per the need. Thank you.