in reply to Re^2: Piggybacking data on TCP ACK
in thread Piggybacking data on TCP ACK

If anybody knows any trick other than Raw sockets and creating packets please let me know

You *will* need to use a raw socket since you don't want to use your system's TCP driver. The only question is whether there exists something that will create the packets for you or not.