NAME
The "eatdata" command is logically equivalent to "cat >/dev/null", but faster, because it doesn't write the data.
The only command-line argument is a number, which is the buffer size. The default buffer size is 40960, due to restrictions in TCP. The buffer size will typically effect the speed; it won't have much effect on the speed of pipes, except for very small buffer sizes.