1081
1083
# Note that osutils.send_all always sends 64kB chunks anyway, so
1082
1084
# we might just push out smaller bits at a time?
1089
1092
self._real_write_func(''.join(self._buf))
1092
1096
def _serialise_offsets(self, offsets):
1093
1097
"""Serialise a readv offset list."""