I'm trying to to have a user land protocol stack on freebsd and i found lwip and download it. but i'm new in freebsd and can not install it on freebsd 10.1. please help me to install it and use it.any link or tutorial?
Asked
Active
Viewed 190 times
0
-
Why you need lwIP stack on FreeBSD? It has fully functional and more powerfull TCP stack. – i486 Dec 17 '14 at 09:37
-
I need to manage and set TCP and UDP packets manually like src and dest ip and ports and etc.. – Maysam Dec 17 '14 at 09:39
-
You can do this without lwip. For example see this: http://stackoverflow.com/questions/7048448/raw-sockets-on-bsd-operating-systems – i486 Dec 17 '14 at 09:43
-
I need send packets from my ip to my ip but through firewall and read received packets. – Maysam Dec 17 '14 at 09:49