Skip to content
Commit 091e3f73 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

net/udp: Fix several issues using connected UDP sockets: sendto() should not...

net/udp:  Fix several issues using connected UDP sockets:  sendto() should not accept and address.  Normally send() should be used instead.  recvfrom() is no longer necessary.  recvfrom() and poll() should not reset to accept any addresses but should, instead, only accept inputs and events from the connected remore peer.  On of these issues was noted by 李桂丁 <liguiding@pinecone.net>.  Changes were made as summarized here: http://www.masterraghu.com/subjects/np/introduction/unix_network_programming_v1.3/ch08lev1sec11.html
parent 31e3f208
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment