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.13 by pcg, Fri Aug 8 07:52:26 2003 UTC vs.
Revision 1.14 by pcg, Fri Aug 8 09:29:22 2003 UTC

1028 c->inject_data_packet (d); 1028 c->inject_data_packet (d);
1029 } 1029 }
1030 1030
1031 if (si != rsi) 1031 if (si != rsi)
1032 { 1032 {
1033 // fast re-sync on conneciton changes, useful especially for tcp/ip 1033 // fast re-sync on connection changes, useful especially for tcp/ip
1034 si = rsi; 1034 si = rsi;
1035 1035
1036 slog (L_INFO, _("%s(%s): socket address changed to %s"), 1036 slog (L_INFO, _("%s(%s): socket address changed to %s"),
1037 conf->nodename, (const char *)si, (const char *)rsi); 1037 conf->nodename, (const char *)si, (const char *)rsi);
1038 } 1038 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines