Results 1 to 2 of 2

Thread: How does Winsock work ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    84

    Question

    Is there anyone who knows how winsock works and can send me a example or just reply here ??

    Thanks
    e-mail: [email protected]

  2. #2
    Lively Member
    Join Date
    Oct 1999
    Location
    -
    Posts
    101
    Winsock control is use to send/receive data using
    Transfer Control Protocol (TCP) or User Datagram
    Protocol (UDP).

    The difference between the two is that, in TCP a connection
    must be establish between the client pc and the server pc.
    A common example of this is your Telnet application.

    On the other hand, a UDP does not need a connection. any
    pc can be a server or a client. you'll just have to
    listen to a port and catch whatever data arrives. To send
    data, just specify the local port, invoke the SendData
    method and your data is on his way.
    icq: 16228887

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width