def send_msg(self, **kw): pl = plistlib.dumps(kw) self.transport.write(struct.pack('IIII', len(pl) + 16, 1, 8, 1)) self.transport.write(pl)