I am aware that this is not a direct \'development\' question but I need this info to test a development project, so I think someone could\'ve hit similar problem.
I
From bash with dd:
dd if=/dev/zero bs=9000 count=1000 > /dev/tcp/$target_host/$port
or even with cat:
cat < /dev/urandom > /dev/tcp/$target_host/$port