Hi, I am using UDP version of memcached server, I found out it always try to create a tcp port.
Here is what I used: memcached -U 11211 -d // netstat shows both tcp and udp on port 11211 memcached -U 11212 -d // netstats shows tcp on port 11211, udp on 11212, I can add option "-p 11212" to make sure both tcp and udp running on 11212 Is this the intended behavior? Thanks! Dongni