Re: winsock gateway


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on May 30, 2007 at 11:33:29:

In Reply to: winsock gateway posted by Neil Badger on May 20, 2007 at 17:20:17:

The ping program has 2 components:

1. A "listening" component. This is a program oon the target machine that listens on some port (Ping's default is port 11759).

2. A "sending" component that sends messages to the listener and reports results.

If there is no listener, the sender will error out with a winsock 10057 result. Google "winsock 10057" and you get the following:

...A request to send or receive data was disallowed because the socket is not connected...

The source for ping was supplied in the code library.

If the listener and sender are on the same machine, run the ping program from 2 partitions.




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]