Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blocking

Script Breaks Out Of Function After Sending A Few Packets

I am writing a python program that sends packets for a specified amount of time. The sending script… Read more Script Breaks Out Of Function After Sending A Few Packets

When Does Socket.recv() Raise An Exception?

I'm using blocking sockets and I'm quite confused about recv() because I didn't find an… Read more When Does Socket.recv() Raise An Exception?