Gregory Nutt
|
efed1b6aa1
|
net/udp: Remove an unused variable warning. Add some comments.
|
2018-04-27 18:26:38 -06:00 |
Gregory Nutt
|
434da18cd7
|
net/udp: Correct an error introduce in recent fixes for UDP connected sockets. The interaction between psock_udp_send() and psock_udp_sendto() was perverse: It should always pass a NULL destinatino address.
|
2018-04-26 21:58:09 -06:00 |
Gregory Nutt
|
d5207efb5a
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
Pascal Speck
|
8f91c73304
|
- fixed wrong assert on udp dgram send
|
2017-03-17 15:13:03 +01:00 |
Gregory Nutt
|
b0ea870bcc
|
Remove some empty code section comments
|
2016-02-25 18:34:36 -06:00 |
Gregory Nutt
|
4c4868c69f
|
More cosmetic changes: Fix some errors in comments and some indentation problems
|
2015-08-11 19:23:51 -06:00 |
Gregory Nutt
|
850225223d
|
Costmetic fix to a comment
|
2015-08-11 19:21:15 -06:00 |
Gregory Nutt
|
530d229361
|
net/udp: Add support for send() with connected UDP sockets
|
2015-08-11 19:17:55 -06:00 |