Lines Matching full:sending
71 // rather than `local_` sending it followed by a response from `remote_`.
247 // Sending will start from OnTcpWriteable and complete when all data has in TestTransfer()
370 // Sending will start from OnTcpWriteable and stop when the required in TestPingPong()
581 // If there are packet tasks, attempt to continue sending after giving in WriteData()
609 // Test the normal case of sending data from one side to the other.
616 // Test sending data with a 50 ms RTT. Transmission should take longer due
625 // Test sending data with packet loss. Transmission should take much longer due
634 // Test sending data with a 50 ms RTT and 10% packet loss. Transmission should
644 // Test sending data with 10% packet loss and Nagling disabled. Transmission
675 // Test sending data with 10% packet loss and Delayed ACK disabled.
685 // Test sending data with 50ms delay and Nagling disabled.
694 // Test sending data with 50ms delay and Delayed ACK disabled.
769 // Test sending <= 1x MTU of data in each ping/pong. Should take <10ms.
776 // Test sending 2x-3x MTU of data in each ping/pong. Should take <10ms.
783 // Test sending 1x-2x MTU of data in each ping/pong.
791 // Test sending 1x-2x MTU of data in each ping/pong with Delayed ACK off.
800 // Test sending 1x-2x MTU of data in each ping/pong with Nagling off.
809 // Test sending a ping as pair of short (non-full) segments.
819 // Test sending ping as a pair of short (non-full) segments, with Nagling off.
829 // Test sending <= 1x MTU of data ping/pong, in two segments, no Delayed ACK.
871 /* Test sending data with mismatched MTUs. We should detect this and reduce