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 cba78c7349
commit 8cf443edec
+10 -2
View File
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <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> </td>
</tr> </tr>
</table> </table>
@@ -702,7 +702,15 @@
<td><br></td> <td><br></td>
<td> <td>
<p> <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> </p>
</td> </td>
</tr> </tr>