i\'m trying to receive data from a server and parse it. http:/开发者_运维技巧/pastebin.com/1kjXnXwq
I\'ve written a winsock clien开发者_Go百科t that connects with smtp.gmail, but after the first EHLO command, every other command would return Unrecognized
Hey all i am trying to get this code that worked in VB6 just fine to work in VB.net 2008. It doesnt seem to want to connect (but has no error after it goes past the sockMain.Connect().
I\'m writing a socket server that requires the ability to allow/restrict by IP and I\'m trying to make it compatible with both IPv4开发者_如何学C and IPv6.
did you hea开发者_运维问答rd about some of network card which support checksum offload functionality has an error in it? this may cause many problem like unexpected connection lost, most udp packet lo
i have this very simple chat app made in VB6 using winsock, but as you can see it only accept only one connexion, how can i handle multiple users? Thanks!
I\'ve start开发者_开发百科ed tying to learn Winsock with C++ and I\'m having some problems. I started by following the Winsock Example on MSDN ( a basic client-server ).
can anyone help me with techniques on how 2 write Layered Service Provider in vb6. i am developing an application that will restrict site visited buy students inschool library.
#include <winsock2.h> #include <windows.h> #include<stdio.h> #pragma comment(lib, \"Ws2_32.lib\")
I\'m currently trying to implement SOCKS 4/5 functionality in my C++ program (i.e. requests to arbitrary protocols and hosts can be redirected through a given SOCKS proxy if desired). I\'m developing