Hi
We are trying to connect to CW TAP from gdb client with port number 2345 but CW TAP refuses it.
(gdb) target remote 192.168.4.102:2345
192.168.4.102:2345: Connection timed out.
In the eterhtap I can see that, when gdb client sends
320 187.683865 192.168.4.12 192.168.4.102 TCP 50562 > dbm [SYN] Seq=0 Win=14600 Len=0 MSS=1460 SACK_PERM=1 TSV=1872271470 TSER=0 WS=7
CW TAP sends back a reset :
321 187.684083 192.168.4.102 192.168.4.12 TCP dbm > 50562 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
Is 2345 not the right port number, is there something else we need to enable to connect to CW TAP from a command line gdb client ?
Thanks
Sinan Akman