< Previous by Date | Date Index | Next by Date > |
Thread Index |
My friends, I let me server listening TCP and TLS by doing: stack.addTransport(TCP, 5060, V4); stack.addTransport(TLS, 5061, V4,
Data::Empty, "tls_domain"); But when I send a TCP request to 5060 or 5061,
there is no TCP accept. I put a breakpoint at the begin of TcpBaseTransport::processListen
(), never get hit. My platform is WinXP, USE_SSL is enabled. Anybody have any ideas about this? Thanks, Roland |