i am building a mulitplayer LAN game and I need to control the amount of data that I send to the server from clients. I need to reduce the net update frequency and hence want to send a limited data to the server. is it in any way possible to change my socket from UDP to TCP. so that whatever data I send is to be sent reliably. hence need to know if there is any way to control this directly through the edit
or