You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1574,6 +1581,41 @@ Specifies an unspecified address family."""^^xsd:string ;
1574
1581
skos:prefLabel "AF_UNSPEC"^^xsd:string ;
1575
1582
.
1576
1583
1584
+
gist:_NetworkSocketType_SOCK_DGRAM
1585
+
a gist:NetworkSocketType ;
1586
+
skos:definition """STIX 2.1 description:
1587
+
Specifies a socket in which individually-addressed packets are sent (datagram)."""^^xsd:string ;
1588
+
skos:prefLabel "SOCK_DGRAM"^^xsd:string ;
1589
+
.
1590
+
1591
+
gist:_NetworkSocketType_SOCK_RAW
1592
+
a gist:NetworkSocketType ;
1593
+
skos:definition """STIX 2.1 description:
1594
+
Specifies raw sockets which allow new IP protocols to be implemented in user space. A raw socket receives or sends the raw datagram not including link level headers."""^^xsd:string ;
1595
+
skos:prefLabel "SOCK_RAW"^^xsd:string ;
1596
+
.
1597
+
1598
+
gist:_NetworkSocketType_SOCK_RDM
1599
+
a gist:NetworkSocketType ;
1600
+
skos:definition """STIX 2.1 description:
1601
+
Specifies a socket indicating a reliably-delivered message."""^^xsd:string ;
1602
+
skos:prefLabel "SOCK_RDM"^^xsd:string ;
1603
+
.
1604
+
1605
+
gist:_NetworkSocketType_SOCK_SEQPACKET
1606
+
a gist:NetworkSocketType ;
1607
+
skos:definition """STIX 2.1 description:
1608
+
Specifies a datagram congestion control protocol socket."""^^xsd:string ;
1609
+
skos:prefLabel "SOCK_SEQPACKET"^^xsd:string ;
1610
+
.
1611
+
1612
+
gist:_NetworkSocketType_SOCK_STREAM
1613
+
a gist:NetworkSocketType ;
1614
+
skos:definition """STIX 2.1 description:
1615
+
Specifies a pipe-like socket which operates over a connection with a particular remote socket and transmits data reliably as a stream of bytes."""^^xsd:string ;
0 commit comments