Commit Graph

17 Commits

Author SHA1 Message Date
Alexis PIRES 0f16d393b2 refactoring conn.go 2020-01-15 11:38:46 +01:00
Alexis PIRES 0d3f3ffbed cleaner way to put msg 2020-01-11 21:29:28 +01:00
Alexis PIRES a400c5deff remove slice limit 2020-01-08 14:27:53 +01:00
Alexis PIRES c8335d667e fix 2 2020-01-08 11:45:04 +01:00
Alexis PIRES 4edcb60352 fix 2020-01-08 10:58:01 +01:00
Alexis PIRES c578ee35d6 improve reliability 2020-01-08 10:52:26 +01:00
Alexis PIRES e906f3354d errors handling 2020-01-06 15:19:16 +01:00
Alexis PIRES 3650f836ae fix tests 2020-01-06 14:25:53 +01:00
Alexis PIRES 994c20d585 better loop control 2020-01-06 13:19:59 +01:00
Alexis PIRES 87f28cef6e generic 2020-01-03 10:56:42 +01:00
Alexis PIRES 5a645a16e0 improve reliability 2019-12-27 23:18:57 +01:00
Alexis PIRES 8cb78f7432 set handle back 2019-12-26 12:42:43 +01:00
Michael Stapelberg 2228941ec5 remove extra space 2019-12-22 11:45:11 +01:00
Serguei Bezverkhi 1f2240c488 Flush fix (#85)
Clear messages after netlink return error

Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-12-22 11:44:25 +01:00
Serguei Bezverkhi f528bf5cc6 Replace %v with %w to wrap netlink error
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-12-20 11:51:15 -05:00
Serguei Bezverkhi 14f3137cde protect cc.messages from racing (#75)
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-11-14 16:22:42 +01:00
Ryan Whelan 7bac3e3135 Restructure code base into smaller files (#15)
* Restrcture code base into smaller files

* Package level doc string

* Move ExprsFromMsg back from expr sub-module

* gofmt
2019-05-03 23:54:09 +02:00