this is probably trivial but I need help in making my server listen on my ISP IP address rather than the localhost in my client-server messager program. My server and client is as follows.
I\'ve just started learning winsock through the \"Beej\'s guide to network programming\" book. I\'m programming under windows and running it through gcc. This is just a start to writing my first serve
I am trying to send text packets over the network using winsock. However the text is stored as wchar_t and I need to be able to convert the text into byte (char) format for sending over the network, w
I got an (old) application that calls to the winsocket function: struct hostent* FAR gethostbyname( __inconst char *name
I am having a problem in getting the destination port number in the WSPSend function in the sample LSP provided with Microsoft platform SDK.
I wrote this code to hook API functions by changing the address in the IAT and EAT: http://pastebin.com/7d9N1J2c
Where download ws2_32.dll version 2.2 for run function WSPRegisterMemory? I have winxp sp3 and installed lastest platform SDK and Windows Driver Kit but all ws2_32.dll have version 2.0 and i have
Here is the Class Method (all methods and vars are declared public) NOTE:DiscoverWinsockLib does the WSAStartup stuff and I know that part works.It also does a LoadLibrary and finds the DLLs entry poi
I\'ll start with the code: typedef std::vector<unsigned char> CharBuf; static const int RCV_BUF_SIZE = 1024;
I\'m using tcp sockets to provide interprocess communication between two apps on Windows XP. I chose tcp sockets for various reasons. I\'m seeing an average round-trip time of 2.8 ms. That\'s much slo