~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/defaults.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-19 05:43:15 UTC
  • Revision ID: admin@quickmediasolutions.com-20120619054315-exqexg98cygxkeen
Implemented basic notification for new PCs joining the network.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
QString Defaults::Security::IncomingPattern = "";
27
27
 
28
28
quint16 Defaults::Network::BroadcastPort     = 41720;
29
 
int     Defaults::Network::BroadcastInterval = 2000;
 
29
int     Defaults::Network::BroadcastInterval = 5000;
30
30
quint16 Defaults::Network::TransmissionPort  = 41721;