What interface does python use to implement sockets?
Posted
by
user2738698
on Programmers
See other posts from Programmers
or by user2738698
Published on 2014-04-29T16:27:22Z
Indexed on
2014/05/29
21:58 UTC
Read the original article
Hit count: 184
When I programmed in python, I believe I interfaced with the transport layer using sockets. If python was programmed by humans, they must have used an interface that was "lower" than sockets, to provide us with the interface to sockets. I assume firewalls, also programmed by humans, use interfaces of lower layers in the same manner, so is there a way to access such lower layers, in terms of programming?
© Programmers or respective owner