Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  socket.cc   Sprache: C

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "socket.h"

#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>

#include "prinrval.h"
#include "prio.h"

namespace TlsSocket {

int32_t DummyPrSocket::Read(PRFileDesc *fd, void *data, int32_t len) {
  assert(data && len > 0);

  int32_t amount = std::min(len, static_cast<int32_t>(len_));
  memcpy(data, buf_, amount);

  buf_ += amount;
  len_ -= amount;

  return amount;
}

int32_t DummyPrSocket::Write(PRFileDesc *fd, const void *buf, int32_t length) {
  return length;
}

int32_t DummyPrSocket::Recv(PRFileDesc *fd, void *buf, int32_t buflen,
                            int32_t flags, PRIntervalTime to) {
  assert(flags == 0);
  return Read(fd, buf, buflen);
}

}  // namespace TlsSocket

Messung V0.5
C=91 H=80 G=85

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge