You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, April 17th 2005, 5:00pm

Kicker causing network traffic

I got the bright idea to use Cygwin to run an X server on my PC, and then throw kicker back from my RedHat system so I could run Linux apps more easily from my PC. Works fine, but every tenth of a second I get some kind of handshake:

08:28:01.552295 IP 192.168.1.56.33279 > KNIGHTLEY.1F9.6000: P 1528:1536(8) ack 6113 win 63712 <nop,nop,timestamp 21161239 590505> (DF)
08:28:01.553227 IP KNIGHTLEY.1F9.6000 > 192.168.1.56.33279: P 6113:6145(32) ack 1536 win 64823 <nop,nop,timestamp 590506 21161239> (DF)
08:28:01.553356 IP 192.168.1.56.33279> KNIGHTLEY.1F9.6000: . ack 6145 win 63712 <nop,nop,timestamp 21161239 590506> (DF)

(192.168.1.56 is the linux system and KNIGHTLEY is the pc)

anybody know what it is doing? Any way to suspend this traffic when I'm not using it? As a workaround I only start kicker when I need it.

Thanks.

2

Sunday, April 24th 2005, 8:56pm

Looks like you have kicker running on a different machine than the X server. If so thats the cause of the network traffic (kicker and the X server are telling each other their current state, and if any updates or events happen).

btw: port 6000 is generally the default port for X servers. (6001 would be the second x server, 6002 would be the third, etc)