diff options
author | 2022-05-11 17:58:15 +0200 | |
---|---|---|
committer | 2022-05-11 17:58:15 +0200 | |
commit | 1e925229a9613f8aa0a37e06d2a375019d5131d1 (patch) | |
tree | b47b61f5027113db88a060325119419bf8f5a8a5 /articles/2009 | |
parent | b5e1be88ddf4c626604149a04d9ed2fe1de8a052 (diff) | |
download | website-1e925229a9613f8aa0a37e06d2a375019d5131d1.tar.gz website-1e925229a9613f8aa0a37e06d2a375019d5131d1.zip |
Add a description to articles
Diffstat (limited to 'articles/2009')
-rw-r--r-- | articles/2009/20090602_socket_pt1.rhtml.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/articles/2009/20090602_socket_pt1.rhtml.config b/articles/2009/20090602_socket_pt1.rhtml.config index d162241..81d27bf 100644 --- a/articles/2009/20090602_socket_pt1.rhtml.config +++ b/articles/2009/20090602_socket_pt1.rhtml.config @@ -1,2 +1,6 @@ title: "Programmare con le socket (Parte 1)" -pageName: home +category: home +description: "La socket (in inglese \"presa\") è una particolare astrazione \ + software che permette ai processi messi in comunicazione di inviare e \ + ricevere dati. Le socket sono nate intorno agli anni ’80, il primo kernel \ + a implementarle fu BSD 4.2 nel 1983."
\ No newline at end of file |