Hi everyone!
I've same data stored in a byte-array. The data contains a IPv4 packet (which contains a udp-packet).
I want to send these array raw over the network using C# (preferred) or C++. I don't want to use C#'s udp-client for example.
Does anyone know how to perform this?
Sorry for my bad English and thanks for your help in advance!!!