Home | History | Annotate | Download | only in test

Lines Matching refs:received_bytes

136         received_bytes = socket.recv(remaining)
137 if not received_bytes:
142 bytes.append(received_bytes)
143 remaining -= len(received_bytes)