Gregory Nutt
|
f6b00e1966
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
|
Gregory Nutt
|
9546481054
|
Fix some typographical errors.
|
2018-09-14 06:55:45 -06:00 |
|
dongjianli
|
23f14c2660
|
net/usrsock: Add the listen/accept/getpeername/ioctl support
|
2018-08-26 15:15:48 -06:00 |
|
ligd
|
e840038f2d
|
net/ and include/nuttx/net: Add getpeername() support
|
2018-07-19 07:16:30 -06:00 |
|
Gregory Nutt
|
b54ffe858a
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
|
Gregory Nutt
|
7ebef900fb
|
Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck.
|
2017-08-31 07:23:19 -06:00 |
|
Jussi Kivilinna
|
f03aad084a
|
network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif: Add file missed in last commit
|
2017-07-31 09:49:19 -06:00 |
|