[robocup-rescue-s] Maybe a bug

From: Humberto Silva Naves <hnaves@yahoo.com>
Date: Wed 29 Mar 2006 - 18:00:36 GMT

Hi,
I think I found a problem in file "programs/librescue/udp.cc", in line 113.
Here is the diff:

113c113
< memcpy(&buffer[8],&bytes[start],length);

---
>         memcpy(&buffer[10],&bytes[start],length);
With &buffer[10], the server was sending wrong packets (with 2 zero bytes
padded in the beginning of the packet) to the clients, via UDP mode, and our
team wasn't working.
[]'s
Humberto Naves
		
_______________________________________________________ 
Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça. 
http://br.messenger.yahoo.com/
_______________________________________________
robocup-rescue-s mailing list
robocup-rescue-s@mailman.cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
Received on Wed Mar 29 20:19:45 2006

This archive was generated by hypermail 2.1.8 : Wed 29 Mar 2006 - 18:19:46 GMT