KitwahSin commented on issue #13305: URL: https://github.com/apache/dubbo/issues/13305#issuecomment-1911948787
When you raise a connection to a server,you don't need to specific the local port and local address.We just need to specific the server address and server port,after the tcp connection is established. The socket object would contains four items - local address,local port,target address,target port. Before you return to filter,you set the local address and local port to the filter chain or other variables. so you can get it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
