hey.
im using 2 computers with an application to send and recieve udp datagrams.
there is no flow control (ICMP disabled)
frequently when i send a file as udp datagrams via the application, i get 2 packets changing their order and therefor - packetloss.
is there a way to make sure winsock and send() will send the packets the same way they got there?
or is the OS doing that? ive disabled and kind of firewall and there is no hardware switch connected between the computers (they are directly wired).
network device configuration needed?
thanks