in reply to Re^2: how to send one http request packet over ethernet
in thread how to send one http request packet over ethernet
Code to do this is already written. It is in the operating system in the network stack. For TCP protocols, making a normal connection is the way to go.
You could reimplement TCP/IP in Perl. That would be cool, but is a lot of work. You will need to learn a lot of networking to do it.
|
|---|