Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running netProxy #2

Closed
swatson0 opened this issue Jan 31, 2019 · 1 comment
Closed

Problem running netProxy #2

swatson0 opened this issue Jan 31, 2019 · 1 comment

Comments

@swatson0
Copy link

Hello, I am attempting to use the netProxy software to proxy a TCP connection between two hosts. However, I have not been successful at transmitting any packets between the hosts using iPerf. Tracing the code execution, I have found that netProxy correctly identifies that the packet should be handled. Then,
TCP::handleTCPPacketFromHost makes a call to ConnectionManager::queryConnectionToRemoteHostForConnectorType. In that method, a mutex lock is set. Then, in the same code block, a call is made to ConnectionManager::findConnectivitySolutionsToRemoteHost, which itself attempts to set a mutex lock. At this point, thread execution appears to hang.

@Alexdp74
Copy link
Contributor

Alexdp74 commented Jan 31, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants