Posts

Post not yet marked as solved
9 Replies
2.7k Views
RFC 868 May 1983 Time ProtocolWhen used via UDP the time service works as follows: S: Listen on port 37 (45 octal). U: Send an empty datagram to port 37. S: Receive the empty datagram. S: Send a datagram containing the time as a 32 bit binary number. U: Receive the time datagram.While trying to send an empty datagram there is no datagram sent over (checked by wireshark)even though the send function seems to complete without any error.How to send an empty datagram with Network.framework?
Posted
by jabb.
Last updated
.