im trying to send a large packet ( 9170 bytes ) using fwrite to a tcp server
fwrite($this->_socket, $data);
Problem is it send 8192 first then send the left 978 bytes and i want to decrease the amount sent from 8192 to 1444 for each time it is sent