Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
307547cc
"force_bdss/bundle_registry_plugin.py" did not exist on "2493cfe26c6a3f43ab2a4bc0e80c8d677237c65d"
Commit
307547cc
authored
18 years ago
by
g0dil
Browse files
Options
Downloads
Patches
Plain Diff
Finalize berlios migration
parent
4adadd35
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Socket/BSDSocketProtocol.cc
+1
-1
1 addition, 1 deletion
Socket/BSDSocketProtocol.cc
Socket/PacketSocketHandle.test.cc
+1
-1
1 addition, 1 deletion
Socket/PacketSocketHandle.test.cc
Socket/SocketProtocol.hh
+1
-1
1 addition, 1 deletion
Socket/SocketProtocol.hh
with
3 additions
and
3 deletions
Socket/BSDSocketProtocol.cc
+
1
−
1
View file @
307547cc
...
...
@@ -59,7 +59,7 @@ prefix_ void satcom::lib::BSDSocketProtocol::linger(bool enable, unsigned timeou
prefix_
struct
timeval
satcom
::
lib
::
BSDSocketProtocol
::
timestamp
()
const
{
//
TODO
: Check, why this fails with ENOFILE (!!!!) at least when
//
BUG
: Check, why this fails with ENOFILE (!!!!) at least when
// called from a tcp socket. Further investigation necessary ...
struct
timeval
tv
;
if
(
::
ioctl
(
body
().
fd
(),
SIOCGSTAMP
,
&
tv
)
<
0
)
...
...
This diff is collapsed.
Click to expand it.
Socket/PacketSocketHandle.test.cc
+
1
−
1
View file @
307547cc
...
...
@@ -55,7 +55,7 @@ BOOST_AUTO_UNIT_TEST(packetSocketHandle)
// How am I supposed to test read and write .. grmpf ..
//
TODO
: There are some failures here ... need to investigate
//
BUG
: There are some failures here ... need to investigate
/*
BOOST_CHECK_NO_THROW( sock.protocol().promisc(
"lo",satcom::lib::PacketProtocol::Promiscuous) );
...
...
This diff is collapsed.
Click to expand it.
Socket/SocketProtocol.hh
+
1
−
1
View file @
307547cc
...
...
@@ -25,7 +25,7 @@
// Custom includes
#include
<boost/utility.hpp>
//
TODO
: this is really bad. Th
is
includes and predefs should be restructured
//
FIXME
: this is really bad. Th
e
includes and predefs should be restructured
#include
"SocketHandle.ih"
//#include "SocketProtocol.mpp"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment