Hi,
We tried to send more than 250 bytes in udp raw client socket, the udp_send is giving succeess and server is not recived any data. is there any data limitation for send and receive data. here i have attached log PFA. the poolsize configration is bellow
 #define PBUF_POOL_SIZE                  100
 #define PBUF_POOL_BUFSIZE               1500


please suggest us to how to move forward

thanks
parwath

On 2017-08-01 06:16, Sylvain Rochet wrote:
Hi,

On Tue, Aug 01, 2017 at 09:10:58AM -0400, Patrick Klos wrote:
On 8/1/2017 2:06 AM, parwat...@yashaswinies.com wrote:
>Hi,
>  Here i have attached lwipopts.h file for our configuration. I need to
>run 4 udp clients on this stack but currently i am running one udp client.

I would recommend increasing the number of pbufs (PBUF_POOL_SIZE) and the size of the heap (MEM_SIZE) and see if your system runs longer? If so, that would imply you have a resource issue that you can look for? If not, then
the problem is probably someplace else?

>I am sending data in loop here bellow i have added part of code t
>
>
>int pppudpsenddata(char *buffer, u16_t len) {
>    int status;
>    struct pbuf* pbuffer;
>    pbuffer->next = NULL;

If this is your actual code, then you have a HUGE BUG right here! You are trying to set 'pbuffer->next' BEFORE pbuffer has a valid pointer. That can't be good! :o) (I'm surprised your compiler didn't warn you that
you're using a variable before it has been initialized?!?)

Patrick Klos
Klos Technologies, Inc.

>    pbuffer = pbuf_alloc(PBUF_TRANSPORT, len, PBUF_POOL);
>    memcpy(pbuffer->payload, buffer, len);
>    pbuffer->len = pbuffer->tot_len = len;
>    status = udp_send(sock, pbuffer);

Furthermore pbuffer->len and pbuffer->tot_len are already set by
pbuf_alloc... overriding them can't be good... you must take time to
understand how lwIP chained pbuf should be handled. I am confident you
are leaking pbufs here as well as a buffer overflow.

Sylvain

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users
set authnicate 
957    Executing ATD*99***1#
170    
CONNECT

pbuf_alloc(length=24)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=24) == 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=45
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

sys_timeout: 0x2101e7b8 msecs=6000 handler=(fsm_timeout) arg=0x2101d598

IPC Id:2701 len:257 sent:6105
inside the gfxThreadCreate
 ppp poll Thread
pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=256)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=256) == 0x219767c8

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_alloc(length=24)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=24) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=45
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=20)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=20) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=23
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

sys_timeout: 0x2101e7b8 msecs=6000 handler=(fsm_timeout) arg=0x2101e758

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

return thread =204e9290
tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

pbuf_alloc(length=20)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=20) == 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=24
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

sys_timeout: 0x2101e7b8 msecs=6000 handler=(fsm_timeout) arg=0x2101e758

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=14)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=14) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=17
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=14)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=14) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=17
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

sys_timeout: 0x2101e7b8 msecs=6000 handler=(fsm_timeout) arg=0x2101e758

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=14)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=14) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=17
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_alloc(length=14)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=14) == 0x219767c8

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=17
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

sys_timeout: 0x2101e7b8 msecs=6000 handler=(fsm_timeout) arg=0x2101e758

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

status_cb: Connected
netif: GW address of interface  192.200.1.21
netif: IP address of interface  100.95.8.52
  netif: netmask  of interface  255.255.255.255
pppudpsocket the data
udp_bind(ipaddr = 
100.95.8.52
, port = 0)

udp_bind: bound to 
100.95.8.52
, port 49153)

udp_connect: connected to 
14.99.138.194
, port 8888)

pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
pbuf_alloc(length=199)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=199) == 0x219767c8

netif_list==204f04b0
udp_send

udp_sendto_chksum -3 netif_list=204f04b0
ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
udp_sendto_chksum -4
udp_sendto_chksum -5
pbuf_header: old 0x21976810 new 0x21976808 (8)

udp_send: added header in given pbuf 0x219767c8

udp_send: sending datagram of length 207

udp_send: UDP packet length 207

udp_send: UDP checksum 0x9ba7

udp_send: ip_output_if (,,,,0x11,)

pbuf_header: old 0x21976808 new 0x219767f4 (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976190

pbuf_alloc(length=0) == 0x21976190

buf len=232
pbuf_free(0x21976190)

pbuf_free: deallocating 0x21976190

status udp_send==0
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

udp data sent
sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

tcpip: etharp_tmr()

sys_timeout: 0x2101d4d0 msecs=1000 handler=cyclic_timer arg=0x20210000

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=61
pbuf_free(0x219767c8)

pbuf_free: deallocating 0x219767c8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21976e00)

pbuf_free: deallocating 0x21976e00

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21976e00

pbuf_alloc(length=0) == 0x21976e00

pbuf_header: old 0x21976e10 new 0x21976e12 (-2)

pbuf_header: old 0x21976e12 new 0x21976e26 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21976e26 new 0x21976e2e (-8)

udp_input: not for us.

pbuf_header: old 0x21976e2e new 0x21976e12 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219767c8

pbuf_alloc(length=0) == 0x219767c8

buf len=62
pbuf_free(0x219767c8)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21964ff0

pbuf_alloc(length=0) == 0x21964ff0

pbuf_header: old 0x21965000 new 0x21965002 (-2)

pbuf_header: old 0x21965002 new 0x21965016 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.7pbuf_free(0x219649b8)

pbuf_free: deallocating 0x219649b8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21964ff0)

pbuf_free: deallocating 0x21964ff0

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21964ff0

pbuf_alloc(length=0) == 0x21964ff0

pbuf_header: old 0x21965000 new 0x21965002 (-2)

pbuf_header: old 0x21965002 new 0x21965016 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21965016 new 0x2196501e (-8)

udp_input: not for us.

pbuf_header: old 0x2196501e new 0x21965002 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219649b8

pbuf_alloc(length=0) == 0x219649b8

buf len=61
pbuf_free(0x219649b8)

pbuf_free: deallocating 0x219649b8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21964ff0)

pbuf_free: deallocating 0x21964ff0

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21964ff0

pbuf_alloc(length=0) == 0x21964ff0

pbuf_header: old 0x21965000 new 0x21965002 (-2)

pbuf_header: old 0x21965002 new 0x21965016 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21965016 new 0x2196501e (-8)

udp_input: not for us.

pbuf_header: old 0x2196501e new 0x21965002 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219649b8

pbuf_alloc(length=0) == 0x219649b8

buf len=61
pbuf_free(0x219649b8)

pbuf_free: deallocating 0x219649b8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21964ff0)

pbuf_free: deallocating 0x21964ff0

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21964ff0

pbuf_alloc(length=0) == 0x21964ff0

pbuf_header: old 0x21965000 new 0x21965002 (-2)

pbuf_header: old 0x21965002 new 0x21965016 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21965016 new 0x2196501e (-8)

udp_input: not for us.

pbuf_header: old 0x2196501e new 0x21965002 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x219649b8

pbuf_alloc(length=0) == 0x219649b8

buf len=61
pbuf_free(0x219649b8)

pbuf_free: deallocating 0x219649b8

pbuf_free(0x2194b96c)

pbuf_free: deallocating 0x2194b96c

pbuf_free(0x21964ff0)

pbuf_free: deallocating 0x21964ff0

pbuf_alloc(length=0)

pbuf_alloc: allocated pbuf 0x21964ff0

pbuf_alloc(length=0) == 0x21964ff0

pbuf_header: old 0x21965000 new 0x21965002 (-2)

pbuf_header: old 0x21965002 new 0x21965016 (-20)

udp_input: received datagram of length 207

UDP header:

+-------------------------------+

|      8888     |     49153     | (src port, dest port)

+-------------------------------+

|       207     |     0x1408    | (len, chksum)

+-------------------------------+

udp (
100.95.8.52
, 49153) <-- (
14.99.138.194
, 8888)

pcb (
100.95.8.52
, 41231) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 40975) <-- (
0.0.0.0
, 0)

pcb (
100.95.8.52
, 65464) <-- (
0.0.0.0
, 0)

udp_input: calculating checksum

pbuf_header: old 0x21965016 new 0x2196501e (-8)

udp_input: not for us.

pbuf_header: old 0x2196501e new 0x21965002 (28)

pbuf_alloc(length=36)

pbuf_alloc(length=36) == 0x2194b96c

ip4.c-ip4_route1 netif_list=204f04b0
netif ptr 204f04b0 netif_list=204f04b0
netif ptr==204f04b0 flag==5
ip4.c-ip4_route3
ip4.c-ip4_route5-1
pbuf_header: old 0x2194b9a0 new 0x2194b98c (20)

pbuf_alloc(
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to