mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
log IP of the client reflector opening stream
This commit is contained in:
parent
4f88437ee8
commit
60f167b339
|
|
@ -134,7 +134,7 @@ void CController::Task(void)
|
||||||
// crack packet
|
// crack packet
|
||||||
if ( IsValidOpenstreamPacket(Buffer, &Callsign, &CodecIn, &CodecOut) )
|
if ( IsValidOpenstreamPacket(Buffer, &Callsign, &CodecIn, &CodecOut) )
|
||||||
{
|
{
|
||||||
std::cout << "Stream Open from " << Callsign << std::endl;
|
std::cout << "Stream Open from " << Callsign << " at " << Ip << std::endl;
|
||||||
|
|
||||||
// try create the stream
|
// try create the stream
|
||||||
Stream = OpenStream(Callsign, Ip, CodecIn, CodecOut);
|
Stream = OpenStream(Callsign, Ip, CodecIn, CodecOut);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue