m_sock.bind(123);
Dependents: ArchMax_CC3000_NTP
Fork of NTPClient by
Revision 5:13ccddd70dcf, committed 2015-10-17
- Comitter:
- JackB
- Date:
- Sat Oct 17 23:30:32 2015 +0000
- Parent:
- 4:881559865a93
- Commit message:
- m_sock.bind(123);
Changed in this revision
NTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 881559865a93 -r 13ccddd70dcf NTPClient.cpp --- a/NTPClient.cpp Sun Aug 05 16:10:57 2012 +0000 +++ b/NTPClient.cpp Sat Oct 17 23:30:32 2015 +0000 @@ -60,7 +60,7 @@ //Create & bind socket DBG("Binding socket"); - m_sock.bind(0); //Bind to a random port + m_sock.bind(123); //Bind to a random port m_sock.set_blocking(false, timeout); //Set not blocking