Copies all available data from one TCP stream to another. Takes a source handle (Int), destination handle (Int), and buffer size (Int). Returns the total number of bytes copied (Int).
srcHandle
Int
destHandle
Int
bufferSize
Int
; No example implemented yet