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

Comparing gvpe/src/connection.C (file contents):
Revision 1.77 by pcg, Mon Aug 11 16:37:47 2008 UTC vs.
Revision 1.78 by pcg, Mon Aug 11 16:44:47 2008 UTC

1203 if (si != rsi) 1203 if (si != rsi)
1204 { 1204 {
1205 // fast re-sync on source address changes, useful especially for tcp/ip 1205 // fast re-sync on source address changes, useful especially for tcp/ip
1206 //if (last_si_change < ev_now () + 5.) 1206 //if (last_si_change < ev_now () + 5.)
1207 // { 1207 // {
1208 slog (L_INFO, _("%s(%s): changing socket address to %s."),
1209 conf->nodename, (const char *)si, (const char *)rsi);
1210
1208 si = rsi; 1211 si = rsi;
1209
1210 slog (L_INFO, _("%s(%s): socket address changed."),
1211 conf->nodename, (const char *)si);
1212 // } 1212 // }
1213 //else 1213 //else
1214 // slog (L_INFO, _("%s(%s): accepted packet from %s, not (yet) redirecting traffic."), 1214 // slog (L_INFO, _("%s(%s): accepted packet from %s, not (yet) redirecting traffic."),
1215 // conf->nodename, (const char *)si, (const char *)rsi); 1215 // conf->nodename, (const char *)si, (const char *)rsi);
1216 } 1216 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines