[ 
https://issues.apache.org/jira/browse/DISPATCH-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203259#comment-17203259
 ] 

Charles E. Rolke commented on DISPATCH-1778:
--------------------------------------------

Test schematic

{code:java}
DISPATCH-1778

+------+       +------------------------------------------------------------+   
     +------+
|telnet|       |     qdrouterd                                              |   
     | tcp- |
|      |       |                                                            |   
     | echo |
|      |     +----+   +------+   +-----+   +----+   +-----+   +------+   +----+ 
   +----+   |
|      |     |port|   |pn raw|   | TCP |   |RTR |   | TCP |   |pn raw|   |port| 
   |port|   |
|      |<--->|9191|<->| conn |<->|adapt|<->|core|<->|adapt|<->| conn |<->| XX 
|<-->|9090|   |
|      |     +----+   +------+   +-----+   +----+   +-----+   +------+   +----+ 
   +----+   |
|client|       |                                                            |   
     |server|
+------+       +------------------------------------------------------------+   
     +------+

Three processes are active in this case.

Process    Role     How to run
---------  ------   ----------
telnet     client   telnet localhost 9191
qdrouterd  router   qdrouterd -c SINGLE_SERVER.conf
tcp-echo   server   podman run -dt -p 9090:9090 quay.io/skupper/tcp-echo
{code}
 

> spurious buffer inserted in body data
> -------------------------------------
>
>                 Key: DISPATCH-1778
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1778
>             Project: Qpid Dispatch
>          Issue Type: Sub-task
>            Reporter: Gordon Sim
>            Priority: Major
>
> When running a simple telnet driven tcp-echo through the tcp adapater in the 
> router I often see a spurious buffer in the body data read on egress from the 
> message. This seems to consist of the data section header, binary code and 
> length.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to