Re: client-client connection using socket

2005-04-07 Thread dcrespo
"Client" and "Server" are just definitions or convention names. If your program "listens" to connections, then it is a server. Just it. -- http://mail.python.org/mailman/listinfo/python-list

Re: client-client connection using socket

2005-04-07 Thread Laszlo Zsolt Nagy
[EMAIL PROTECTED] wrote: Hello, I have two client computers, each has its own host name. Hello, I did not understand your problem. I do not see cleary what you want to do? When you say "client", do you mean a client in a client-server architecture? Maybe you want to create a peer-to-peer connec

client-client connection using socket

2005-04-07 Thread [EMAIL PROTECTED]
Hello, I have two client computers, each has its own host name. Can I do connection like socket between the two? I check when we want to make connection we have to only put hostname and port. For example: #Server program. Could we use client hostname here ? HOST = "" PORT = 21567 BUFSIZ =