I want to implement an IP stack in C++ as a training project for me to the Linux and networking world. I have some knowledge of how the Linux IP stack works, but, as I said I want to implement somethi
Consider custom network protocol. This custom protocol could be used to control robotic peripherals over LAN from central .NET based workstation. (If it is important, the robot is busy moving fabs in
Does the HTTP protocol specify开发者_Python百科 a max length for the ETag?No. 14.19 ETag The ETag response-header field provides the current value of the entity tag for the requested variant. The h
What are the best examples of real life protocols that tunnel through HTTP? XMPP/Jabber? I\'m looking for actual links to documentation? or specs for how they tunnel.
In my application, I have to send notification e-mails from time to time. In order to send mail (over SMTP), I have to get the MX server of that particular domain (domain part of e-mail address). This
A long time ago I tried to study the Open System Interconnection Reference Model 7 layer network protocol standard and gave up a开发者_运维知识库fter I couldn\'t find any actual examples of an applica
I\'m writing a socket server and flash game client. The game requires real-time commands such as movement and turning. It is important for these commands to be sent by the server to the client as soon
I need to write a packet sniffer in Linux that detects HTTPS packet that are sent and save the url from the request. I found code for this in security-freak and ran it. This code runs and only sniffs
Is there a python library which implements a standalone TCP stack? I can\'t use the usual python socket library because I\'m receiving a stream of packets over a socket (they are being tunneled to me
I came across some crusty and limited efforts awhile back but I was wondering if there was something truly function开发者_如何学Cal that I missed, preferably in C++ but C is better than nothing.W3Cs l