python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python Sockets - Keeping server socket alive after it's done receiving data
I have a TCP/IP communication in Python where the client sends the image to the destination that is the server. After receiving the image is received, a response is sent back to the client informing t...

user11597888
Votes: 0
Answers: 1
can't close socket connection on KeyboardInterrupt(Python)
I'm trying to close socket connection(currently I'm printing out classMember @ line 60) but it's not working on KeyboardInterrupt, What should I do?
Nop
Votes: 0
Answers: 1
Python UDP socket significant delay between packets
I'm writing a program to measure throughput between a client and a server. However, the transfer speed is extremely low, where there seems to be some kind of bottleneck in my algorithm that I'm not aw...

Mint
Votes: 0
Answers: 0
Use a custom hostname with socket
I'm currently making a multiplayer game just for my friends and stuff using socket and pygame and stuff, and I've encountered a small problem. I've tried implementing custom lobby codes so you can joi...
KingTasaz
Votes: 0
Answers: 1