Documentation: Add Unix domain sockets to the feature list

This commit is contained in:
Gregory Nutt 2015-01-28 09:08:49 -06:00
parent 01df652bc3
commit 5a3fc91b9c

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: January 26, 2014</p>
<p>Last Updated: January 28, 2014</p>
</td>
</tr>
</table>
@ -702,7 +702,15 @@
<td><br></td>
<td>
<p>
<li>Raw socket support.</li>
<li>Stream and datagram sockets.</li>
</p>
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<li>Raw socket and local, Unix domain socket support.</li>
</p>
</td>
</tr>