Home | History | Annotate | Download | only in example

Lines Matching refs:received_bytes

134         received_bytes = socket.recv(remaining)
135 if not received_bytes:
140 bytes.append(received_bytes)
141 remaining -= len(received_bytes)