Icmp-File-Transfer icon indicating copy to clipboard operation
Icmp-File-Transfer copied to clipboard

No buffer space available ERROR

Open Neboer opened this issue 6 years ago • 0 comments

When sending files, I receive this:

Traceback (most recent call last):
  File "./icmp.py", line 44, in <module>
    sender.send(dst_addr)
  File "/home/neboer/Download/Icmp-File-Transfer/ICMP/IcmpApp.py", line 50, in send
    self.socket.sendto(packet, dst_addr)
  File "/home/neboer/Download/Icmp-File-Transfer/ICMP/IcmpSocket.py", line 29, in sendto
    self.socket.sendto(packet.packet, (dst_addr,1))
socket.error: [Errno 105] No buffer space available

Neboer avatar Aug 16 '19 03:08 Neboer