Hi Luc, in the new dump there are again these two connections:
port 59385 -> 57649 and port 59386 -> 8080 It looks as if you are running some kind of transparent proxy (a desktop firewall sofware?) that redirects all the traffic through a middleman. So, if you look at the connection from 59385 (the browser?) it indeed directly sends the packets. However, on the second connection all these data is buffered for 6 seconds before it is relayed to the actual server at 8080. Johannes On Tue, Jul 28, 2015 at 7:38 PM, Luc Klaassen <[email protected]> wrote: > I've added a new pcap file, again while sending pings each second, and this > time i also captured the initial connection. Again it sends all initial > requests at once after a few seconds (this time 6 seconds) > > I honestly have no idea what the other connections are that can be seen. I'm > guessing it's some old leftover stuff from previous projects, or something > running in the background. I guess this is also what's causing the problems > since noone else seems to have them. (this still doesnt explain why the chat > application works though, or why without sending pings the message never > gets sent) > > Op dinsdag 28 juli 2015 08:16:09 UTC+2 schreef Johannes Rudolph: >> >> Hi Luc, >> >> On Mon, Jul 27, 2015 at 8:23 PM, Luc Klaassen <[email protected]> wrote: >> > If you check the git repository, i made some dumps with rawcap (to be >> > able >> > to capture localhost tcp). >> >> Thanks. I wonder if you are running servers on different ports? Why >> are there servers running on ports 8080, 55175, and 49162 in the >> dumps? >> >> > The messages are simply not being sent for some >> > reason. >> >> I only see this in the connection to 8080 (dumpfile.pcap). In the >> other connection to the server on port 49162 (dumpfile.pcap) several >> frames are sent by the client but never answered. In the connection to >> port 55175 (dumpfile-ping.pcap) I also see all of the data to be sent >> ny the client immediately but the responses are delayed and only >> dispatched much later (starting with second 23) in one go. >> dumpfile-ping.pcap is unfortunately missing the connection >> establishment and mixes in some other connection as well so it's >> really hard to see what's really going on. >> >> -- >> Johannes >> >> ----------------------------------------------- >> Johannes Rudolph >> http://virtual-void.net -- Johannes ----------------------------------------------- Johannes Rudolph http://virtual-void.net -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
