===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
trx-0.5/rx.c-49-	rtp_session_set_blocking_mode(session, FALSE);
trx-0.5/rx.c:50:	rtp_session_set_local_addr(session, addr_desc, port, -1);
trx-0.5/rx.c-51-	rtp_session_set_connected_mode(session, FALSE);
##############################################
trx-0.5/tx.c-44-	rtp_session_set_connected_mode(session, FALSE);
trx-0.5/tx.c:45:	if (rtp_session_set_remote_addr(session, addr_desc, port) != 0)
trx-0.5/tx.c-46-		abort();