Tag Archives: raw sockets

Raw Socket Programming in Python on Linux – Code Examples

By | January 13, 2023

Raw sockets Raw sockets allow a program or application to provide custom headers for the specific protocol(tcp ip) which are otherwise provided by the kernel/os network stack. In more simple terms its for adding custom headers instead of headers provided by the underlying operating system. Raw socket support is available natively in the socket api… Read More »