lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] RE: [Virtex II Pro] pbuf / DHCP / lwIP upgrade to EDK/upgra


From: Arden Llewellyn
Subject: [lwip-users] RE: [Virtex II Pro] pbuf / DHCP / lwIP upgrade to EDK/upgrade to EDK 9.1i (Louis Filasky) (Goldschmidt Simon) (Arden Llewellyn)
Date: Thu, 21 Jun 2007 11:05:04 -0700 (PDT)

I finally got things working (mostly anyway), the last thing I needed to add was a call to lwip_socket_init() in lwip_init_proper() (see xemacif.c).  I can connect to my server application via TCP, I can send data, and in general things are working.  The problem is that once data starts being transmitted in both directions (server -> client and client -> server), with some data being un-solicited, I start seeing big delays in the data.  I tried turning debug on, but there is too much debug and it changes timing so much that things get worse.  I tried dumping tcp stats, but it doesn't look like I am out of any resources.  Basically, I see a burst of good transfers, then retransmissions every 300 ms which kills throughput.  If I stop the data, then wait a second or two, start it back up, I get a good burst, then the retransmissions start again.  I have attached an ethereal capture.  Any ideas?  By the way, I guess I don't know the rules of attachments, hopefully this works.

Arden

----- Original Message ----
From: "address@hidden" <address@hidden>
To: address@hidden
Sent: Thursday, June 21, 2007 8:15:41 AM
Subject: lwip-users Digest, Vol 46, Issue 34

Send lwip-users mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.nongnu.org/mailman/listinfo/lwip-users
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lwip-users digest..."


Today's Topics:

   1. RE : [lwip-users] Non-blocking connect (Goldschmidt Simon)
   2. RE : RE : [lwip-users] Non-blocking connect (Fr?d?ric BERNON)
   3. Questions about TCP RTX counter,    connect & send timeouts
      (Fr?d?ric BERNON)
   4. RE: [Virtex II Pro] pbuf / DHCP / lwIP upgrade to    EDK/upgrade
      to EDK 9.1i (Louis Filasky) (Goldschmidt Simon) (Arden Llewellyn)


----------------------------------------------------------------------

Message: 1
Date: Thu, 21 Jun 2007 09:39:30 +0200
From: "Goldschmidt Simon" <address@hidden>
Subject: RE : [lwip-users] Non-blocking connect
To: "Mailing list for lwIP users" <address@hidden>
Message-ID:
    <address@hidden>
Content-Type: text/plain;    charset="us-ascii"


> Yes, you're right. I think the "good" thing to do should be to improve
> the stack if your really want to get such sockets. Perhaps open a
"task"
> on http://savannah.nongnu.org/task/?group=lwip, named something like
> "Implement non-blocking operations at socket layer"... But I don't
know
> when someone could start to work on that...

I think that's a task for a new socket layer. Even the little bit of
code we have now for non-blocking sockets (and also for select) seems
kind
of a hack to me (since it's integrated in the netconn apiusing the
callback,
which might sometimes not even be thread-safe...).

Creating a new socket-layer, the non-blocking part can be better
integrated.


Simon




------------------------------

Message: 2
Date: Thu, 21 Jun 2007 09:50:37 +0200
From: Fr?d?ric BERNON <address@hidden>
Subject: RE : RE : [lwip-users] Non-blocking connect
To: "Mailing list for lwIP users" <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Right, but I suppose that some opened tasks will also go in the new socket layer.


  
====================================
Frédéric BERNON
HYMATOM SA
Chef de projet informatique
Microsoft Certified Professional
Tél. : +33 (0)4-67-87-61-10
Fax. : +33 (0)4-67-70-85-44
Email : address@hidden
Web Site : http://www.hymatom.fr
====================================
P Avant d'imprimer, penser à l'environnement



-----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Goldschmidt Simon
Envoyé : jeudi 21 juin 2007 09:40
À : Mailing list for lwIP users
Objet : RE : [lwip-users] Non-blocking connect



> Yes, you're right. I think the "good" thing to do should be to improve
> the stack if your really want to get such sockets. Perhaps open a
"task"
> on http://savannah.nongnu.org/task/?group=lwip, named something like
> "Implement non-blocking operations at socket layer"... But I don't
know
> when someone could start to work on that...

I think that's a task for a new socket layer. Even the little bit of code we have now for non-blocking sockets (and also for select) seems kind of a hack to me (since it's integrated in the netconn apiusing the callback, which might sometimes not even be thread-safe...).

Creating a new socket-layer, the non-blocking part can be better integrated.


Simon


_______________________________________________
lwip-users mailing list
address@hidden http://lists.nongnu.org/mailman/listinfo/lwip-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Type: text/x-vcard
Size: 589 bytes
Desc: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Url : http://lists.gnu.org/pipermail/lwip-users/attachments/20070621/16dfea4c/iso-8859-1QFrE9dE9ric_BERNON2Evcf.vcf

------------------------------

Message: 3
Date: Thu, 21 Jun 2007 12:30:41 +0200
From: Fr?d?ric BERNON <address@hidden>
Subject: [lwip-users] Questions about TCP RTX counter,    connect & send
    timeouts
To: "Mailing list for lwIP users" <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

I study this part of lwIP code to understand on which values can be tune to reduce the delay to detect an error if peer or network crash.

I have some remarks about that:

- pcb->nrtx is not explicitly initialize in tcp_alloc (we are save by a memset). Some TCP pcb's fields are explicitly initialized in tcp_alloc (even with 0), some others are not. I will be better to have something a little bit more coherent (when you grep a value in the source code to see where it's initialized or changed, it helps to get explicit init).


- if we are not in SYN_SENT state, the "rto" is compute with a shift from a "tcp_backoff" table. But this table got a fixed size (13), and TCP_MAXRTX is a value which can be tune in lwipopts.h (TCP_MAXRTX=12 in opt.h). So, something bigger than 12 could cause a crash. I propose to replace...

  pcb->rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[pcb->nrtx];
By...
  pcb->rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[LWIP_MIN(pcb->nrtx, ((sizeof(tcp_backoff)/sizeof(tcp_backoff[0]))-1)];


- My default lwipopts.h values are:

  TCP_MAXRTX=12 //same as opt.h
  TCP_SYNMAXRTX=6 //same as opt.h
  TCP_TMR_INTERVAL=100 // default is 250 in tcp.h
  TCP_FAST_INTERVAL=TCP_TMR_INTERVAL
  TCP_SLOW_INTERVAL=(2*TCP_TMR_INTERVAL)

- I do some measures with these values (the test is just to connect to a HTTP server)

  - With ARP_QUEUEING=0, "connect" to an inline host from the same IP subnet take ~2840ms the first time to success, ~0 for next retry
  - With ARP_QUEUEING=1, "connect" to an inline host from the same IP subnet take ~0ms each time to success
  - With ARP_QUEUEING=1, "connect" to a offline host from the same IP subnet take ~18000ms to return with error. During this time, we can see on the wire some ARP request send each ~3000ms (3000 is a "magic" value from tcp_alloc, I don't know why this value. RFC?)
  - With ARP_QUEUEING=1, "connect" to a offline host from another IP subnet take ~18000ms to return with error. During this time, we can see on the wire some SYN packets send each ~3000ms

I would like to know if these values are defined to be RFC compliant? I would like to add the possibility to maximized the delay for the connect on a "per connection" base (with an option of course, to avoid to increase footprint or change default behavior). LWIP_TCP_CONTIMEO?

- If we are connected, and we "write", and the host/network crash, we are blocked during ~7min !!! I don't have study in details, but I suppose that netconn_write "retry" to send data because the TCP snd bug is full, and that we have to do TCP_MAXRTX retries (but each one more spaced due to the tcp_backoff). I would like to have SO_SNDTIMEO implemented to avoid such problem. No objects? LWIP_SO_SNDTIMEO?


====================================
Frédéric BERNON
HYMATOM SA
Chef de projet informatique
Microsoft Certified Professional
Tél. : +33 (0)4-67-87-61-10
Fax. : +33 (0)4-67-70-85-44
Email : address@hidden
Web Site : http://www.hymatom.fr
====================================
P Avant d'imprimer, penser à l'environnement
-------------- next part --------------
A non-text attachment was scrubbed...
Name: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Type: text/x-vcard
Size: 589 bytes
Desc: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Url : http://lists.gnu.org/pipermail/lwip-users/attachments/20070621/9f16dbd3/iso-8859-1QFrE9dE9ric_BERNON2Evcf.vcf

------------------------------

Message: 4
Date: Wed, 20 Jun 2007 05:55:36 -0700 (PDT)
From: Arden Llewellyn <address@hidden>
Subject: [lwip-users] RE: [Virtex II Pro] pbuf / DHCP / lwIP upgrade
    to    EDK/upgrade to EDK 9.1i (Louis Filasky) (Goldschmidt Simon)
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"

Skipped content of type multipart/alternative-------------- next part --------------
Calling tcpip_init
sys_timeosys_timeout: xemacif_pktut: 0x269eac0x269eac msec_process_th msecs=1000
s=1000 h=0x1fread createdh=0x1f9e8 a9e8 arg=0x0

rg=0x0
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
D- NO_SYS == 0
netif_set_ipaddr: netif address being changed
netif: IP address of interface  set to 151.190.95.120
netif: netmask of interface  set to 255.255.255.0
netif: GW address of interface  set to 0.0.0.0
netif: added interface e0 IP addr 151.190.95.120 netmask 255.255.255.0 gw 0.0.0.
0
netif: setting default interface e0
tcpip_thread: API message 0x2ee59c
lwip_socket(PF_INET, SOCK_STREAM, 0) = 0
lwip_bind(0, addr=151.190.95.120 port=10001)
tcpip_thread: API message 0x2ee594
tcp_bind: bind to port 10001
lwip_bind(0) succeeded
lwip_listen(0, backlog=5)
tcpip_thread: API message 0x2ee5b4
I- SOCKET: Accepting a new connection...
lwip_accept(0)...
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
smf calling h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
pbuf_alloc(length=66)
pbuf_alloc: allocated pbuf 0x269880
pbuf_alloc(length=66) == 0x269880
pbuf_header: old 0x269890 new 0x26989e (-14)
tcpip_thread: IP packet 0x1aa57c
ip_input: iphdr->dest 0x97be5f78 netif->ip_addr 0x97be5f78 (0x97be5f00, 0x97be5f
00, 0x78)
ip_input: packet accepted on interface e0
ip_input:
IP header:
+-------------------------------+
| 4 | 5 |  0x00 |        48     | (v, hl, tos, len)
+-------------------------------+
|    12174      |010|       0   | (id, flags, offset)
+-------------------------------+
|  128  |    6  |    0xdd39     | (ttl, proto, chksum)
+-------------------------------+
|  151  |  190  |   95  |   11  | (src)
+-------------------------------+
|  151  |  190  |   95  |  120  | (dest)
+-------------------------------+
ip_input: p->len 48 p->tot_len 48
TCP header:
+-------------------------------+
|     1108      |    10001      | (src port, dest port)
+-------------------------------+
|           2259142502          | (seq no)
+-------------------------------+
|           0000000000          | (ack no)
+-------------------------------+
|  7 |   |000010|     65535     | (hdrlen, flags (SYN ), win)
+-------------------------------+
|    0x1bac     |         0     | (chksum, urgp)
+-------------------------------+
pbuf_header: old 0x26989e new 0x2698b2 (-20)
pbuf_header: old 0x2698b2 new 0x2698ce (-28)
tcp_input: packed for LISTENing connection.
TCP connection request 1108 -> 10001.
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
tcp_enqueue(pcb=0x1a8ea0, arg=0x0, len=0, flags=12, copy=0)
tcp_enqueue: queuelen: 0
pbuf_alloc(length=4)
pbuf_alloc(length=4) == 0x19dde4
pbuf_header: old 0x19de2c new 0x19de18 (20)
tcp_enqueue: queueing 6510:6511 (0x12)
tcp_enqueue: 1 (after enqueued)
tcp_output: snd_wnd 65535, cwnd 1, wnd 1, effwnd 0, seq 6510, ack 6510
tcp_output: snd_wnd 65535, cwnd 1, wnd 1, effwnd 0, seq 6510, ack 6510, i 0
tcp_output_segment: rtseq 6510
tcp_output_segment: 6510:6510
pbuf_header: old 0x19de18 new 0x19de04 (20)
ip_output_if: e00
IP header:
+-------------------------------+
| 4 | 5 |  0x00 |        44     | (v, hl, tos, len)
+-------------------------------+
|        0      |000|       0   | (id, flags, offset)
+-------------------------------+
|  255  |    6  |    0xcdcb     | (ttl, proto, chksum)
+-------------------------------+
|  151  |  190  |   95  |  120  | (src)
+-------------------------------+
|  151  |  190  |   95  |   11  | (dest)
+-------------------------------+
netif->output()pbuf_header: old 0x19de04 new 0x19ddf6 (14)
pbuf_free(0xpbuf_alloc(2ngth=64pbufleallocatin_alloc: allopbuf_alloc: cated pbuf
allocated pb0x2692uf 0x269284
pbuf_alloc(length=64) == 0x269284
pbuf_header: old 0x269294 new 0x2692a2 (-14)
tcpip_thread: IP packet 0x1aa57c
ip_input: iphdr->dest 0x97be5f78 netif->ip_addr 0x97be5f78 (0x97be5f00, 0x97be5f
00, 0x78)
ip_input: packet accepted on interface e0
ip_input:
IP header:
+-------------------------------+
| 4 | 5 |  0x00 |        40     | (v, hl, tos, len)
+-------------------------------+
|    12175      |010|       0   | (id, flags, offset)
+-------------------------------+
|  128  |    6  |    0xdd40     | (ttl, proto, chksum)
+-------------------------------+
|  151  |  190  |   95  |   11  | (src)
+-------------------------------+
|  151  |  190  |   95  |  120  | (dest)
+-------------------------------+
ip_input: p->len 40 p->tot_len 40
TCP header:
+-------------------------------+
|     1108      |    10001      | (src port, dest port)
+-------------------------------+
|           2259142503          | (seq no)
+-------------------------------+
|           0000006511          | (ack no)
+-------------------------------+
|  5 |   |010000|     65535     | (hdrlen, flags (ACK ), win)
+-------------------------------+
|    0x2ef1     |         0     | (chksum, urgp)
+-------------------------------+
pbuf_header: old 0x2692a2 new 0x2692b6 (-20)
pbuf_header: old 0x2692b6 new 0x2692ca (-20)
+-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags ACK -+-+-+-+-+-+-+-+-+-+-+-+-+-+
State: SYN_RCVD
TCP connection established 1108 -> 10001.
State: ESTABLISHED
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: rtime 6 pcb->rto 6
tcp_slowtmr: cwnd 1460 ssthresh 2920
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fcpbuf_alloc(l14 arg=0x0ength=114)

ssw h=0x1f9psw h=0x1f9e8(0x0)
tcpeass_tmr()ip: ip_reass
pbuf 0x2698_tmr()
sys8=0pbuf_allo__alloc(lenc(length=114gth=114) == ) == 0x26980x269880
0x80
pbuf_he1 (-14)
g=0ader: old 0xx0
ssw h=0269890 new 0x1fc14(0x0)x26989e (-14
sys_timeou)gt: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9a8(0x0)
tcpip: etharp_tmr()
sys_timeout: 0x269e9c msecs=5000 h=0x1f9a8 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
tcp_slowtmr: polling application
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1f9e8(0x0)
tcpip: ip_reass_tmr()
sys_timeout: 0x269eac msecs=1000 h=0x1f9e8 arg=0x0
ssw h=0x1fc14(0x0)
sys_timeout: 0x269e8c msecs=250 h=0x1fc14 arg=0x0
ssw h=0x1fc14(0x0)
tcp_slowtmr: processing active pcb
s

------------------------------

_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users

End of lwip-users Digest, Vol 46, Issue 34
******************************************

Attachment: lwip1_2_0EDK9_1
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]