Skip to content

UDP ASSOCIATE from 0.0.0.0:0 #816

Answered by zonyitoo
yiguihai11 asked this question in Q&A
Discussion options

You must be logged in to vote
UDP ASSOCIATE from 0.0.0.0:0

The client sent a UDP ASSOCIATE command with destination address 0.0.0.0:0. sslocal ignored this address, so it is not the root cause of your issue.

trace!(
"UDP ASSOCIATE {} -> {}, {} bytes",
peer_addr,
header.address,
payload.len()

If you couldn't see any logs like UDP ASSOCIATE xxx -> xxx, xx bytes, then sslocal doesn't receive any UDP packets from clients.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@xjasonlyu
Comment options

@zonyitoo
Comment options

@yiguihai11
Comment options

Answer selected by zonyitoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants