Results 1 to 1 of 1
somebody please help..................somehow i need to encapsulate TCP packets in UDP packets when the socket is in ECHO mode...............after scanning through kernel code i think i need to change something ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-05-2004 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 7
encapsulating TCP packets in UDP packets......
somebody please help..................somehow i need to encapsulate TCP packets in UDP packets when the socket is in ECHO mode...............after scanning through kernel code i think i need to change something in tcp_transmit_skb(), like adding "err = udp_send_msg(sk, msg, skb)" if TCP_ECHO mode is on.......or something
the problem is that there is very little documentation on how to create a UDP header............to many structures to look at and not knowing what each member does.....................
any kinda help would be great...............somebody please..............


Reply With Quote
