X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=TODO;h=3dccfb86103c677db86737ba366b273745a7c29e;hp=20ff6e95956a77a905161ecdddcb11fb33143e0c;hb=51558729d89b9f3492b2ca754242ed548a579ca4;hpb=1c3ae0efc13419718213114e140c3d83b4608c1e diff --git a/TODO b/TODO index 20ff6e95..3dccfb86 100644 --- a/TODO +++ b/TODO @@ -249,14 +249,12 @@ Runtime library, lib/silcutil/ o Change silc_gettimeofday on Unix to use clock_gettime with REALTIME clock if it is available, otherwise use gettimeofday(). (***DONE) + o Generic SilcResult that includes all possible status and + error conditions and generic errno API. (***DONE) + (o SilcIpAddr abstraction. Ipv4 and Ipv6 support to the abstaction.) maybe - (o Generic SilcStatus or SilcResult that includes all possible status and - error conditions, including those of SILC protocol. Though, the SILC - protocol related status (currently in silcstatus.h) cannot be in - runtime library) maybe - (o SILC specific socket creation/closing routines to silcnet.h, wrappers to all send(), recv(), sendto() etc. Bad thing is that we'd have to define all socket options, sockaddrs, etc.) maybe