Changeset 387 in flair-src for trunk/lib/FlairCore/src/UdpSocket.h


Ignore:
Timestamp:
Dec 21, 2020, 2:49:53 PM (4 years ago)
Author:
Sanahuja Guillaume
Message:

resolve bug with udp broadcast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/UdpSocket.h

    r363 r387  
    6666  *
    6767  * \param message message
     68  * \param dst_id id of the dst if multiple connection (quick and dirty hack for sido, only works on NRT)
    6869  */
    69   void SendMessage(std::string message);
     70  void SendMessage(std::string message,int dst_id=0);
    7071
    7172  /*!
Note: See TracChangeset for help on using the changeset viewer.