ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpn.C
(Generate patch)

Comparing gvpe/src/vpn.C (file contents):
Revision 1.45 by pcg, Thu Dec 6 00:35:29 2007 UTC vs.
Revision 1.46 by pcg, Thu Aug 7 17:30:28 2008 UTC

429 { 429 {
430 // broadcast, this is ugly, but due to the security policy 430 // broadcast, this is ugly, but due to the security policy
431 // we have to connect to all hosts... 431 // we have to connect to all hosts...
432 for (conns_vector::iterator c = conns.begin (); c != conns.end (); ++c) 432 for (conns_vector::iterator c = conns.begin (); c != conns.end (); ++c)
433 if ((*c)->conf != THISNODE) 433 if ((*c)->conf != THISNODE)
434 (*c)->inject_data_packet (pkt, true); 434 (*c)->inject_data_packet (pkt);
435 } 435 }
436} 436}
437 437
438void 438void
439vpn::recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi) 439vpn::recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines