Messages in this thread |  | | Date | Wed, 29 Nov 2000 16:24:18 -0500 (EST) | From | "Mike A. Harris" <> | Subject | Bonding... |
| |
When using ethernet bonding, does it divide the load between the two based on connection, or packet by packet? In other words, if a single TCP connection were established between the two machines, would it be twice as fast -using both cables for a single file transfer lets say, or is it like SMP where it just means you can have twice as many connections, and any given connection would go only through a single cable, but multiple traffic will be load balanced between both?
---------------------------------------------------------------------- Mike A. Harris - Linux advocate - Open source advocate This message is copyright 2000, all rights reserved. Views expressed are my own, not necessarily shared by my employer. ----------------------------------------------------------------------
#[Mike A. Harris bash tip #1 - separate history files per virtual console] # Put the following at the bottom of your ~/.bash_profile [ ! -d ~/.bash_histdir ] && mkdir ~/.bash_histdir tty |grep "^/dev/tty[0-9]" >& /dev/null && \ export HISTFILE=~/.bash_histdir/.$(tty | sed -e 's/.*\///')
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |