Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms. Availability: not ...
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
--
Regards,
Diez B. Roggisch
Comment
Michel Claveau - abstraction méta-galactique non t
Wouaaah ! You want to make a proxy/router, a firewall, or a backdoor in
Python ?
It is not my normal work ; but, by curiosity, I would like to read examples
of code.
On 2004-10-15, Leon <square690410@y ahoo.com.tw> wrote:
It's not good form to rely on the subject of the message to ask
your question. Repeat the question in the body of the message:
<http://www.catb.org/~esr/faqs/smart-questions.html>
[color=blue]
> have any relate module ??[/color]
Not that I'm aware of.
[color=blue]
> or write example ??[/color]
Here's a raw socket demo that sends and receives raw Ethernet
packets using protocol number 0x55aa on interface eth1. The
file is available at <ftp://ftp.visi.com/users/grante/python/rawDemo.py>.
Last time I looked, the socket module supported raw sockets
under Linux only.
Comment