Python Forum
Quick sockets question...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick sockets question...
#1
Before I post a code question, let me ask this first: I am trying to use an AF_PACKET socket. The Python docs at https://docs.python.org/3/library/socket.html say that AF_PACKET is "New in version 3.7", however when I try coding it with V3.6.8 is doesn't complain. That said, I can't get it to work (but I also can't get an AF_INET socket to work, in certain circumstances).

So my quick question is: can anyone tell me definitively that AF_PACKET will not work in v3.6.8? (Getting 3.7 is not impossible, but not trivial).

Thank you.
Reply
#2
AF_PACKET is already in the 3.6 documentation.
Reply
#3
(Sep-26-2019, 05:11 AM)Gribouillis Wrote: AF_PACKET is already in the 3.6 documentation.

So it is, odd they would kinda mark it as 'new' like that. Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sockets interferring with USB ? epif18 0 2,602 Mar-19-2021, 07:45 PM
Last Post: epif18
  Just learning sockets etc... floatingshed 2 2,293 May-06-2020, 09:37 PM
Last Post: floatingshed
  Sockets and Sendmail taintedsushi 2 2,304 Sep-02-2019, 12:51 PM
Last Post: venquessa
  Script Conversion 2.7 to 3 (sockets) Pumpernickel 1 2,514 Apr-10-2019, 04:26 PM
Last Post: Pumpernickel
  What sort of things can I write to learn about sockets marienbad 2 2,663 Oct-16-2018, 04:02 PM
Last Post: buran
  unix domain sockets Skaperen 8 4,842 Sep-02-2018, 07:02 PM
Last Post: Skaperen
  file transfer with sockets sinister88 1 6,416 Nov-11-2017, 03:29 PM
Last Post: heiner55
  Trouble with sending raw sockets IronReign 2 4,169 Jun-01-2017, 08:26 AM
Last Post: camp0
  Silly Sockets Jarvis 2 4,179 Feb-20-2017, 01:43 PM
Last Post: Jarvis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020