tcp
TCP - LRO/TSO techniques
Why i开发者_C百科s it must that all interfaces (routers and bridges) involved support LRO/TSO technique ?Routers don\'t. Bridges do.[详细]
2023-04-04 00:12 分类:问答Bypassing the TCP-IP stack
I realise this is a somewhat open ended question... In the context of low latency applications I\'ve heard references to by-passing the TCP-IP stack.[详细]
2023-04-03 23:23 分类:问答Change embedded destination port in compiled application
I have a compiled client application without the source code. It connects via TCP to my server on port 7777 (this is the destination). I would like to change the application to use a diffe开发者_如何学[详细]
2023-04-03 21:37 分类:问答Windows: TCP/IP: force close connection: avoid memleaks in kernel/user-level
A question to windows network programming experts. When I use pseudo-code like this: reconnect: s = socket(...);[详细]
2023-04-03 17:57 分类:问答Send file to user behind a NAT router
I need to send a file to a user behind a router. I know I can do this with a tcp connection if he enables port forwarding on his router. I want to avoid this in order to make my application easier to[详细]
2023-04-03 07:14 分类:问答Under what circumstances will my browser attempt to re-use a TCP connection for multiple requests?
I am using Firefox, but I\'d like to know how browsers decide this in general. It seems that when I access the same URL twice in a short amount of time, my browser tries to re-use the TCP same connec[详细]
2023-04-03 06:56 分类:问答Compiler Errors C#
client.MessageRecieved += new EasyTCPClient.StringCarrier(this.client_MessageRecieved); client.OnConnectionLost += new EasyTCPClient.OnConnectionLostHandler(this.client_OnConnectionLost);[详细]
2023-04-03 06:05 分类:问答How does setKeepAlive in node.js work and how to implement it?
Cannot understand the philosophy of setKeepAlive method in Node.js\' net sockets. Wh开发者_JS百科at happens after initialDelay finishes?This method controls TCP keep-alive functionality on the underly[详细]
2023-04-03 05:07 分类:问答Discussion: Chat server via node.js: HTTP or TCP?
I was considering doing a chat server using node.js/socket.io.Should I make i开发者_如何学JAVAt a tcp server or a http server?I\'d imagine tcp server would be more efficient, but can you send other st[详细]
2023-04-03 03:54 分类:问答When to close TCP socket ? (The perfect case)
I am developing a mobile application that transmit date using TCP protocol ( sockets ). What is the perfect solution ? is to open socket and send messa开发者_运维问答ge, and if I wan to send another m[详细]
2023-04-03 02:41 分类:问答