How to set the socket Readabilty status?
Wed, 4 Jun 2008 12:53:31 -0700 (PDT)
I need to modify a socket readability status.
I know if it is readable with the Select() function, but how i can set
it? ...
|
How to set the socket Readabilty status?
Wed, 4 Jun 2008 12:47:28 -0700 (PDT)
I need to modify a socket readability status.
I know if it is readable with the Select() function, but how i can set
it? ...
|
GetIfTable returned only close values
Sat, 31 May 2008 08:48:43 -0700 (PDT)
My application uses GetIfTable() to get octet (I hope it is same as a
byte) sent and recv. But the sent values are a little some 6000 bytes
or so less and received values are 9000 bytes or so more than the sent/
recv values shown by 'Network Status' dialog box (dialog after double
clicking on the network icon on ...
|
WSPSend: problem in returning without really send data
Mon, 19 May 2008 11:47:15 -0700 (PDT)
I need to fake the original WSPSend to make the program think that all
data were sent.
So i've set *NumberOfBytesSent to le total buffer length, *lpErrno =0,
and returned 0.
It works perfectly with IE, but fails with other browaser like
firefoxand opera.
After the WSPSend, IE go straigth no and call the recive ...
|
http, tcp, ftp trace
Wed, 07 May 2008 17:13:34 +0530
Hello,
I need to develop a windows service or application that will detect all
outgoing network traffic.
for E.g, when user requests a webpage in browser, or wants to connect to
FTP server etc.
I need to obtain the server, IP address that the user has requested and
my application will then intervene a ...
|
schannel app
Mon, 5 May 2008 12:59:28 -0700 (PDT)
All:
I work for an application-service provider.. sort of... anyway. One
of our many applications is actually a TN3270/telnet application which
has hooks into a microsoft DLL to tunnel/encrypt the user traffic over
SSL. So on the network, we see encrypted packets destined to/from
port 443.
This traffic h ...
|
Help with GetAdaptersAddresses
Thu, 1 May 2008 05:39:46 -0700 (PDT)
I am having problems in understanding how GetAdapterAddresses
functions works. I am trying to get the UnicastAddresses along with
the Prefixes for an interface. This is how I have used this function
PIP_ADAPTER_ADDRESSES table;
some allocation code
GetAdaptersAddresses(AF_UNSPEC,
...
|
|
|
WMI detect IP address conflict
Mon, 14 Apr 2008 17:22:39 -0500
Is there a way to detect if there is an IP address conflict on an interface
by using WMI?
...
|
TCP 3 way handshake - XP client will not send back ACK
Tue, 11 Mar 2008 06:53:02 -0700
Hi,
I have an application that is communicating over a L2L vpn connection. The
client is a XP Pro SP2 box, that initiates a tcp connection to a remote site
by sending a SYN packet to TCP Port 7200. The server then responds to the XP
client by sending the usual SYN/ACK response. The XP client receives the
...
|
Sockets: setsockopt SO_SNDTIMEO does not set the send timeout.
Mon, 18 Feb 2008 14:11:46 +0100
Hi everybody!
I'm trying to set a 1 second "send timeout" to a SOCKET, using setsockopt.
Apparently it works, because the return value of setsockopt is non-zero.
BUT when I check the value of the "send timeout" via getsockopt, it's still
0, before and after calling setsockopt.
You can see code below.
Does an ...
|