| c# Programming Glossary: payloadsizeIs it evil to update a pictureBox from a background C# thread? http://stackoverflow.com/questions/6527825/is-it-evil-to-update-a-picturebox-from-a-background-c-sharp-thread  true  ... validate incoming stream var payload new Byte payloadSize ... copy jpeg image from stream to payload pictureBox.Image.. 
 UDP data transmission slower than TCP http://stackoverflow.com/questions/9300555/udp-data-transmission-slower-than-tcp  Sender part. while startOffset data.Length if startOffset payloadSize data.Length  payloadSize data.Length startOffset byte subMessageBytes.. data.Length if startOffset payloadSize data.Length  payloadSize data.Length startOffset byte subMessageBytes new byte payloadSize.. data.Length startOffset byte subMessageBytes new byte payloadSize 16 byte messagePrefix new UdpMessagePrefix data.Length payloadSize.. 
 |