Hi,
Ok. But what if I wanted to send a 1 mb message? Could I leave
.recv(10000) in and send 'Hi!' as well or would I have to change it?
Thanks,
JQAdam Bark wrote: > You have to put in how many bytes of data you want to recieve in > clientsocket.recv() eg. clientsocket.recv(1024) for 1kB. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
